Searched refs:zfs_is_mounted (Results 1 – 11 of 11) sorted by relevance
| /freebsd/lib/libbe/ |
| H A D | be_access.c | 40 if (!zfs_is_mounted(zfs_hdl, &mountpoint)) in be_mountcheck_cb() 66 if (zfs_is_mounted(zfs_hdl, &mountpoint)) { in be_mount_iter() 145 if (!zfs_is_mounted(zfs_hdl, &mountpoint)) { in be_umount_iter()
|
| H A D | be_info.c | 170 mounted = zfs_is_mounted(zfs_hdl, &mountpoint); in prop_list_builder_cb()
|
| H A D | be.c | 422 if ((mounted = zfs_is_mounted(fs, NULL)) != 0) { in be_destroy_internal()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 248 mounted = zfs_is_mounted(cn->cn_handle, NULL); in changelist_postfix() 439 cn->cn_mounted = zfs_is_mounted(zhp, NULL); in changelist_add_mounted() 508 zfs_is_mounted(zhp, NULL); in change_one() 718 zfs_is_mounted(temp, NULL); in changelist_gather()
|
| H A D | libzfs_mount.c | 258 zfs_is_mounted(zfs_handle_t *zhp, char **where) in zfs_is_mounted() function 808 if (!zfs_is_mounted(zhp, &mountpoint)) in zfs_is_shared()
|
| H A D | libzfs_dataset.c | 1634 zfs_is_mounted(zhp, NULL))) { in zfs_prop_set_list_flags() 1725 if (nspflags && zfs_is_mounted(zhp, NULL)) in zfs_prop_set_list_flags() 1847 zfs_is_mounted(zhp, NULL)) in zfs_prop_inherit()
|
| H A D | libzfs.abi | 403 …<elf-symbol name='zfs_is_mounted' type='func-type' binding='global-binding' visibility='default-vi… 2774 …decl name='zfs_is_mounted' mangled-name='zfs_is_mounted' visibility='default' binding='global' siz…
|
| /freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/ |
| H A D | pam_zfs_key.c | 522 if (zfs_is_mounted(zhp, NULL)) { in mount_dataset() 578 if (zfs_is_mounted(zhp, NULL) == 0) { in umount_dataset()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_mount_os.c | 511 if (!zfs_is_mounted(zhp, &mntpt)) in zfs_mount_setattr()
|
| /freebsd/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 969 _LIBZFS_H boolean_t zfs_is_mounted(zfs_handle_t *, char **);
|
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 7218 if (op == OP_SHARE && !zfs_is_mounted(zhp, NULL)) { in share_mount_one() 7298 if (!zfs_is_mounted(zhp, NULL) && in share_mount_one() 7313 zfs_is_mounted(zhp, NULL)) { in share_mount_one() 7745 if (zfs_is_mounted(zhp, &zfs_mntpnt)) { in unshare_unmount_path() 8060 } else if (!zfs_is_mounted(zhp, NULL)) { in unshare_unmount()
|