Home
last modified time | relevance | path

Searched defs:mntflags (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/sbin/mount_tmpfs/
Dmount_tmpfs.c76 struct tmpfs_args *args, int *mntflags, in mount_tmpfs_parseargs()
175 int mntflags; in mount_tmpfs() local
/openbsd/src/sbin/mount_ext2fs/
Dmount_ext2fs.c58 int ch, mntflags; in main() local
/openbsd/src/sbin/mount_ffs/
Dmount_ffs.c65 int ch, mntflags; in main() local
/openbsd/src/sbin/mount_cd9660/
Dmount_cd9660.c65 int ch, mntflags, opts, sess = 0; in main() local
/openbsd/src/sbin/mount_ntfs/
Dmount_ntfs.c67 int c, mntflags, set_gid, set_uid, set_mask; in main() local
/openbsd/src/sbin/mount_msdos/
Dmount_msdos.c67 int c, mntflags, set_gid, set_uid, set_mask; in main() local
/openbsd/src/sys/tmpfs/
Dtmpfs_vfsops.c210 tmpfs_unmount(struct mount *mp, int mntflags, struct proc *p) in tmpfs_unmount()
/openbsd/src/sbin/mount_nfs/
Dmount_nfs.c166 int mntflags, num; in main() local
/openbsd/src/sys/miscfs/fuse/
Dfuse_vfsops.c144 fusefs_unmount(struct mount *mp, int mntflags, struct proc *p) in fusefs_unmount()
/openbsd/src/sys/msdosfs/
Dmsdosfs_vfsops.c566 msdosfs_unmount(struct mount *mp, int mntflags,struct proc *p) in msdosfs_unmount()
/openbsd/src/sys/ntfs/
Dntfs_vfsops.c460 ntfs_unmount(struct mount *mp, int mntflags, struct proc *p) in ntfs_unmount()
/openbsd/src/sys/isofs/cd9660/
Dcd9660_vfsops.c535 cd9660_unmount(struct mount *mp, int mntflags, struct proc *p) in cd9660_unmount()
/openbsd/src/sbin/newfs/
Dnewfs.c137 int mntflags = MNT_ASYNC; /* flags to be passed to mount */ variable
/openbsd/src/sys/nfs/
Dnfs_vfsops.c713 nfs_unmount(struct mount *mp, int mntflags, struct proc *p) in nfs_unmount()
/openbsd/src/sys/isofs/udf/
Dudf_vfsops.c451 udf_unmount(struct mount *mp, int mntflags, struct proc *p) in udf_unmount()
/openbsd/src/sys/ufs/ext2fs/
Dext2fs_vfsops.c588 ext2fs_unmount(struct mount *mp, int mntflags, struct proc *p) in ext2fs_unmount()
/openbsd/src/sys/ufs/ffs/
Dffs_vfsops.c916 ffs_unmount(struct mount *mp, int mntflags, struct proc *p) in ffs_unmount()