Home
last modified time | relevance | path

Searched refs:getextmntent (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/
H A Dgetmntany.c41 getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf) in getextmntent() function
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dmnttab.h75 extern int getextmntent(const char *path, struct extmnttab *mp,
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dmnttab.h79 extern int getextmntent(const char *path, struct extmnttab *entry,
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c106 getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf) function
/f-stack/freebsd/contrib/openzfs/cmd/zinject/
H A Dtranslate.c100 if (getextmntent(fullpath, &mp, statbuf) != 0) { in parse_pathname()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1150 if (getextmntent(path, &entry, &statbuf) != 0)
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi149 …<elf-symbol name='getextmntent' type='func-type' binding='global-binding' visibility='default-visi…
1573getextmntent' mangled-name='getextmntent' filepath='os/linux/getmntany.c' line='106' column='1' vi…
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi165 …<elf-symbol name='getextmntent' type='func-type' binding='global-binding' visibility='default-visi…
2472getextmntent' mangled-name='getextmntent' filepath='os/linux/getmntany.c' line='106' column='1' vi…
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c7211 if (getextmntent(path, &entry, &statbuf) != 0) { in unshare_unmount_path()