| /openbsd/src/sbin/mount_tmpfs/ |
| D | mount_tmpfs.c | 76 struct tmpfs_args *args, int *mntflags, in mount_tmpfs_parseargs() 175 int mntflags; in mount_tmpfs() local
|
| /openbsd/src/sbin/mount_ext2fs/ |
| D | mount_ext2fs.c | 58 int ch, mntflags; in main() local
|
| /openbsd/src/sbin/mount_ffs/ |
| D | mount_ffs.c | 65 int ch, mntflags; in main() local
|
| /openbsd/src/sbin/mount_cd9660/ |
| D | mount_cd9660.c | 65 int ch, mntflags, opts, sess = 0; in main() local
|
| /openbsd/src/sbin/mount_ntfs/ |
| D | mount_ntfs.c | 67 int c, mntflags, set_gid, set_uid, set_mask; in main() local
|
| /openbsd/src/sbin/mount_msdos/ |
| D | mount_msdos.c | 67 int c, mntflags, set_gid, set_uid, set_mask; in main() local
|
| /openbsd/src/sys/tmpfs/ |
| D | tmpfs_vfsops.c | 210 tmpfs_unmount(struct mount *mp, int mntflags, struct proc *p) in tmpfs_unmount()
|
| /openbsd/src/sbin/mount_nfs/ |
| D | mount_nfs.c | 166 int mntflags, num; in main() local
|
| /openbsd/src/sys/miscfs/fuse/ |
| D | fuse_vfsops.c | 144 fusefs_unmount(struct mount *mp, int mntflags, struct proc *p) in fusefs_unmount()
|
| /openbsd/src/sys/msdosfs/ |
| D | msdosfs_vfsops.c | 566 msdosfs_unmount(struct mount *mp, int mntflags,struct proc *p) in msdosfs_unmount()
|
| /openbsd/src/sys/ntfs/ |
| D | ntfs_vfsops.c | 460 ntfs_unmount(struct mount *mp, int mntflags, struct proc *p) in ntfs_unmount()
|
| /openbsd/src/sys/isofs/cd9660/ |
| D | cd9660_vfsops.c | 535 cd9660_unmount(struct mount *mp, int mntflags, struct proc *p) in cd9660_unmount()
|
| /openbsd/src/sbin/newfs/ |
| D | newfs.c | 137 int mntflags = MNT_ASYNC; /* flags to be passed to mount */ variable
|
| /openbsd/src/sys/nfs/ |
| D | nfs_vfsops.c | 713 nfs_unmount(struct mount *mp, int mntflags, struct proc *p) in nfs_unmount()
|
| /openbsd/src/sys/isofs/udf/ |
| D | udf_vfsops.c | 451 udf_unmount(struct mount *mp, int mntflags, struct proc *p) in udf_unmount()
|
| /openbsd/src/sys/ufs/ext2fs/ |
| D | ext2fs_vfsops.c | 588 ext2fs_unmount(struct mount *mp, int mntflags, struct proc *p) in ext2fs_unmount()
|
| /openbsd/src/sys/ufs/ffs/ |
| D | ffs_vfsops.c | 916 ffs_unmount(struct mount *mp, int mntflags, struct proc *p) in ffs_unmount()
|