Searched refs:mntflags (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_mount_os.c | 140 parse_option(char *mntopt, unsigned long *mntflags, in parse_option() argument 162 *mntflags |= opt->mntmask; in parse_option() 183 zfs_parse_mount_options(char *mntopts, unsigned long *mntflags, in zfs_parse_mount_options() argument 193 *mntflags = 0; in zfs_parse_mount_options() 218 error = parse_option(opt, mntflags, zfsflags, sloppy); in zfs_parse_mount_options() 225 if (!(*mntflags & MS_REMOUNT) && in zfs_parse_mount_options() 330 unsigned long mntflags = flags, zfsflags; in do_mount() local 333 if (zfs_parse_mount_options(opts, &mntflags, in do_mount() 339 if (mount(src, mntpt, MNTTYPE_ZFS, mntflags, myopts)) { in do_mount()
|
| /f-stack/freebsd/contrib/openzfs/cmd/mount_zfs/ |
| H A D | mount_zfs.c | 143 unsigned long mntflags = 0, zfsflags = 0, remount = 0; in main() local 209 error = zfs_parse_mount_options(mntopts, &mntflags, &zfsflags, sloppy, in main() 238 dataset, mntpoint, mntflags, zfsflags, mntopts, mtabopt); in main() 240 if (mntflags & MS_REMOUNT) { in main() 318 mntflags, mntopts); in main() 346 if (mntflags & MS_MANDLOCK) { in main()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_init.c | 182 vfs_unmount_sigdefer(struct mount *mp, int mntflags) in vfs_unmount_sigdefer() argument 187 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_unmount)(mp, mntflags); in vfs_unmount_sigdefer()
|
| H A D | uipc_mqueue.c | 620 mqfs_unmount(struct mount *mp, int mntflags) in mqfs_unmount() argument 624 error = vflush(mp, 0, (mntflags & MNT_FORCE) ? FORCECLOSE : 0, in mqfs_unmount()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 825 extern int zfs_parse_mount_options(char *mntopts, unsigned long *mntflags,
|
| /f-stack/freebsd/sys/ |
| H A D | mount.h | 756 typedef int vfs_unmount_t(struct mount *mp, int mntflags);
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 3511 …<parameter type-id='type-id-247' name='mntflags' filepath='os/linux/libzfs_mount_os.c' line='183' …
|