Home
last modified time | relevance | path

Searched refs:zfs_is_mounted (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libbe/
H A Dbe_access.c40 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 Dbe_info.c170 mounted = zfs_is_mounted(zfs_hdl, &mountpoint); in prop_list_builder_cb()
H A Dbe.c422 if ((mounted = zfs_is_mounted(fs, NULL)) != 0) { in be_destroy_internal()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c248 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 Dlibzfs_mount.c258 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 Dlibzfs_dataset.c1634 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 Dlibzfs.abi403 …<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 Dpam_zfs_key.c522 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 Dlibzfs_mount_os.c511 if (!zfs_is_mounted(zhp, &mntpt)) in zfs_mount_setattr()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h969 _LIBZFS_H boolean_t zfs_is_mounted(zfs_handle_t *, char **);
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c7218 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()