Home
last modified time | relevance | path

Searched refs:MNTOPT_REMOUNT (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dmntent.h87 #define MNTOPT_REMOUNT "remount" /* change mount options */ macro
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_zmount.c98 if (strstr(optstr, MNTOPT_REMOUNT) != NULL) in do_mount_()
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c113 OPTADD(MNTOPT_REMOUNT); in statfs2mnttab()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_mount_os.c77 { MNTOPT_REMOUNT, MS_REMOUNT, ZS_COMMENT },
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c398 if (strstr(mntopts, MNTOPT_REMOUNT) != NULL) in zfs_mount_at()
H A Dlibzfs_dataset.c1905 ret = zfs_mount(zhp, MNTOPT_REMOUNT, 0); in zfs_prop_set_list()
2025 ret = zfs_mount(zhp, MNTOPT_REMOUNT, 0); in zfs_prop_inherit()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6886 if (!hasmntopt(&mnt, MNTOPT_REMOUNT) && in share_mount_one()