Home
last modified time | relevance | path

Searched refs:hasmntopt (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dmnttab.h83 return (hasmntopt(&mnt_new, opt)); in _sol_hasmntopt()
86 #define hasmntopt _sol_hasmntopt macro
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dmnttab.h82 char *hasmntopt(struct mnttab *mnt, char *opt);
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c69 hasmntopt(struct mnttab *mnt, char *opt) in hasmntopt() function
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c2218 if (hasmntopt(&mnt, mntopt_on) && !*val) { in get_numeric_property()
2222 } else if (hasmntopt(&mnt, mntopt_off) && *val) { in get_numeric_property()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6886 if (!hasmntopt(&mnt, MNTOPT_REMOUNT) && in share_mount_one()