Searched refs:zfs_is_mounted (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libbe/ |
H A D | be_access.c | 59 if (!zfs_is_mounted(zfs_hdl, &mountpoint)) in be_mountcheck_cb() 85 if (zfs_is_mounted(zfs_hdl, &mountpoint)) { in be_mount_iter() 164 if (!zfs_is_mounted(zfs_hdl, &mountpoint)) { in be_umount_iter()
|
H A D | be_info.c | 191 mounted = zfs_is_mounted(zfs_hdl, &mountpoint); in prop_list_builder_cb()
|
H A D | be.c | 443 if ((mounted = zfs_is_mounted(fs, NULL)) != 0) { in be_destroy_internal()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_changelist.c | 257 mounted = zfs_is_mounted(cn->cn_handle, NULL); in changelist_postfix() 476 cn->cn_mounted = zfs_is_mounted(zhp, NULL); in changelist_add_mounted() 547 zfs_is_mounted(zhp, NULL); in change_one() 776 zfs_is_mounted(temp, NULL); in changelist_gather()
|
H A D | libzfs_mount.c | 215 zfs_is_mounted(zfs_handle_t *zhp, char **where) in zfs_is_mounted() function 765 if (!zfs_is_mounted(zhp, &mountpoint)) in zfs_is_shared()
|
H A D | libzfs_dataset.c | 1865 zfs_is_mounted(zhp, NULL))) { in zfs_prop_set_list_flags() 1956 if (nsprop && zfs_is_mounted(zhp, NULL)) in zfs_prop_set_list_flags() 2078 zfs_is_mounted(zhp, NULL)) in zfs_prop_inherit()
|
H A D | libzfs.abi | 348 …<elf-symbol name='zfs_is_mounted' type='func-type' binding='global-binding' visibility='default-vi… 2489 …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 | 518 if (zfs_is_mounted(zhp, NULL)) { in mount_dataset() 574 if (zfs_is_mounted(zhp, NULL) == 0) { in umount_dataset()
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 945 _LIBZFS_H boolean_t zfs_is_mounted(zfs_handle_t *, char **);
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 7234 if (op == OP_SHARE && !zfs_is_mounted(zhp, NULL)) { in share_mount_one() 7314 if (!zfs_is_mounted(zhp, NULL) && in share_mount_one() 7329 zfs_is_mounted(zhp, NULL)) { in share_mount_one() 8077 } else if (!zfs_is_mounted(zhp, NULL)) { in unshare_unmount()
|