Home
last modified time | relevance | path

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

12

/dragonfly/sbin/mount_autofs/
H A Dmount_autofs.c60 mount_autofs_parseargs(int argc, char *argv[], void *v, int *mntflags, in mount_autofs_parseargs()
108 int mntflags, error; in mount_autofs() local
/dragonfly/sbin/mount_tmpfs/
H A Dmount_tmpfs.c87 struct tmpfs_mount_info *args, int *mntflags, in mount_tmpfs_parseargs()
333 int mntflags; in mount_tmpfs() local
/dragonfly/sbin/mount_std/
H A Dmount_std.c59 int ch, mntflags; in main() local
/dragonfly/sbin/mount_null/
H A Dmount_null.c61 int ch, mntflags; in main() local
/dragonfly/sbin/mount_ext2fs/
H A Dmount_ext2fs.c61 int ch, mntflags; in main() local
/dragonfly/sbin/mount_udf/
H A Dmount_udf.c68 int ch, mntflags, opts; in main() local
/dragonfly/sbin/mount_ufs/
H A Dmount_ufs.c69 int ch, mntflags; in mount_ufs() local
/dragonfly/sbin/mount_devfs/
H A Dmount_devfs.c71 int ch, mntflags; in main() local
/dragonfly/sys/vfs/procfs/
H A Dprocfs_vfsops.c97 procfs_unmount(struct mount *mp, int mntflags) in procfs_unmount()
/dragonfly/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c81 int opt, error, mntflags, caseopt; in main() local
/dragonfly/sbin/mount_fuse/
H A Dmount_fusefs.c122 int error, c, fd, mntflags; in main() local
/dragonfly/sbin/mount_hpfs/
H A Dmount_hpfs.c67 int c, mntflags, set_gid, set_uid, set_mask,error; in main() local
/dragonfly/sbin/mount_ntfs/
H A Dmount_ntfs.c73 int c, mntflags, set_gid, set_uid, set_mask, error; in main() local
/dragonfly/sys/vfs/autofs/
H A Dautofs_vfsops.c195 autofs_unmount(struct mount *mp, int mntflags) in autofs_unmount()
/dragonfly/sbin/mount_msdos/
H A Dmount_msdos.c83 int c, error, mntflags, set_gid, set_uid, set_mask, set_dirmask; in main() local
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vfsops.c138 devfs_vfs_unmount(struct mount *mp, int mntflags) in devfs_vfs_unmount()
/dragonfly/sbin/mount_cd9660/
H A Dmount_cd9660.c83 int ch, mntflags, opts, set_mask, set_dirmask; in main() local
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_vfsops.c177 dirfs_unmount(struct mount *mp, int mntflags) in dirfs_unmount()
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_vfsops.c212 smbfs_unmount(struct mount *mp, int mntflags) in smbfs_unmount()
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vfsops.c263 tmpfs_unmount(struct mount *mp, int mntflags) in tmpfs_unmount()
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vfsops.c341 hpfs_unmount(struct mount *mp, int mntflags) in hpfs_unmount()
/dragonfly/sys/kern/
H A Dvfs_vfsops.c124 vfs_unmount(struct mount *mp, int mntflags) in vfs_unmount()
/dragonfly/sys/vfs/nullfs/
H A Dnull_vfsops.c252 nullfs_unmount(struct mount *mp, int mntflags) in nullfs_unmount()
/dragonfly/sys/vfs/fuse/
H A Dfuse_vfsops.c249 fuse_unmount(struct mount *mp, int mntflags) in fuse_unmount()
/dragonfly/sbin/newfs/
H A Dnewfs.c189 int mntflags = MNT_ASYNC; /* flags to be passed to mount */ variable

12