Searched refs:is_mounted (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/etc/init.d/ |
| H A D | zfs-mount.in | 91 if ! in_mtab "$mntpt" && ! is_mounted "$mntpt" && [ -e "$dev" ] 108 if ! in_mtab "$mntpt" && ! is_mounted "$mntpt"
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_mount.c | 224 is_mounted(libzfs_handle_t *zfs_hdl, const char *special, char **where) in is_mounted() function 240 return (is_mounted(zhp->zfs_hdl, zfs_get_name(zhp), where)); in zfs_is_mounted()
|
| H A D | libzfs_diff.c | 638 mounted = is_mounted(di->zhp->zfs_hdl, dsnm, mntpt); in get_mountpoint()
|
| H A D | libzfs_pool.c | 4507 mounted = !always_unmounted && is_mounted(zhp->zpool_hdl, dsname, in zpool_obj_to_path_impl()
|
| H A D | libzfs.abi | 57 …<elf-symbol name='is_mounted' type='func-type' binding='global-binding' visibility='default-visibi… 2327 …is_mounted' mangled-name='is_mounted' filepath='/home/fedora/zfs/lib/libzfs/libzfs_mount.c' line='…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 817 extern boolean_t is_mounted(libzfs_handle_t *, const char *special, char **);
|
| /f-stack/freebsd/contrib/openzfs/etc/zfs/ |
| H A D | zfs-functions.in | 416 is_mounted()
|