Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dmnttab.h68 return (hasmntopt(&mnt_new, opt)); in _sol_hasmntopt()
71 #define hasmntopt _sol_hasmntopt macro
/src/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dmnttab.h67 extern char *hasmntopt(struct mnttab *mnt, const char *opt);
/src/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c67 hasmntopt(struct mnttab *mnt, const char *opt) in hasmntopt() function
/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c2040 if (hasmntopt(&mnt, mntopt_on) && !*val) { in get_numeric_property()
2044 } else if (hasmntopt(&mnt, mntopt_off) && *val) { in get_numeric_property()
H A Dlibzfs.abi4721 <function-decl name='hasmntopt' visibility='default' binding='global' size-in-bits='64'>
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2005 fun:hasmntopt=uninstrumented
/src/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c7311 if (!hasmntopt(&mnt, MNTOPT_REMOUNT) && in share_mount_one()