Searched refs:zfs_type (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 464 zhp->zfs_type = ZFS_TYPE_SNAPSHOT; in make_dataset_handle_common() 466 zhp->zfs_type = ZFS_TYPE_VOLUME; in make_dataset_handle_common() 468 zhp->zfs_type = ZFS_TYPE_FILESYSTEM; in make_dataset_handle_common() 532 zhp->zfs_head_type = pzhp->zfs_type; in make_dataset_simple_handle_zc() 533 zhp->zfs_type = ZFS_TYPE_SNAPSHOT; in make_dataset_simple_handle_zc() 554 zhp->zfs_type = ZFS_TYPE_SNAPSHOT; in make_dataset_simple_handle_zc() 556 zhp->zfs_type = ZFS_TYPE_VOLUME; in make_dataset_simple_handle_zc() 558 zhp->zfs_type = ZFS_TYPE_FILESYSTEM; in make_dataset_simple_handle_zc() 575 zhp->zfs_type = zhp_orig->zfs_type; in zfs_handle_dup() 662 zhp->zfs_type = ZFS_TYPE_BOOKMARK; in make_bookmark_handle() [all …]
|
| H A D | libzfs_iter.c | 120 if (zhp->zfs_type != ZFS_TYPE_FILESYSTEM) in zfs_iter_filesystems_v2() 170 if (zhp->zfs_type == ZFS_TYPE_SNAPSHOT || in zfs_iter_snapshots_v2() 171 zhp->zfs_type == ZFS_TYPE_BOOKMARK) in zfs_iter_snapshots_v2() 535 if (zhp->zfs_type == ZFS_TYPE_SNAPSHOT) { in iter_dependents_cb() 537 } else if (zhp->zfs_type != ZFS_TYPE_BOOKMARK) { in iter_dependents_cb()
|
| H A D | libzfs_impl.h | 75 zfs_type_t zfs_type; /* type including snapshot */ member
|
| H A D | libzfs_sendrecv.c | 417 if (isspacelimit && zhp->zfs_type == ZFS_TYPE_SNAPSHOT) in send_iterate_prop() 842 assert(zhp->zfs_type == ZFS_TYPE_SNAPSHOT); in dump_ioctl() 923 assert(zhp->zfs_type == ZFS_TYPE_SNAPSHOT); in gather_holds() 2228 if (zhp->zfs_type == ZFS_TYPE_FILESYSTEM && zfs_prop_get_int(zhp, in send_prelim_records() 2609 (later->zfs_type == ZFS_TYPE_FILESYSTEM || in snapshot_is_before() 2610 later->zfs_type == ZFS_TYPE_VOLUME ? in snapshot_is_before() 3208 if (zhp->zfs_type != ZFS_TYPE_BOOKMARK) in redact_snaps_match() 4894 if (!flags->dryrun && zhp->zfs_type == ZFS_TYPE_FILESYSTEM && in zfs_receive_one() 5638 if (zhp->zfs_type == ZFS_TYPE_VOLUME) { in zfs_receive()
|
| H A D | libzfs_mount.c | 290 if (!zfs_prop_valid_for_type(ZFS_PROP_MOUNTPOINT, zhp->zfs_type, in zfs_is_mountable()
|
| H A D | libzfs_crypto.c | 1571 new_props = zfs_valid_proplist(zhp->zfs_hdl, zhp->zfs_type, props, in zfs_crypto_verify_rewrap_nvlist()
|
| H A D | libzfs.abi | 2515 <var-decl name='zfs_type' type-id='2e45de5d' visibility='default'/>
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_util_os.c | 268 switch (zhp->zfs_type) { in zfs_userns() 296 assert(zhp->zfs_type == ZFS_TYPE_FILESYSTEM); in zfs_userns()
|
| H A D | libzfs_mount_os.c | 497 if (zfs_prop_valid_for_type(ZFS_PROP_MOUNTPOINT, zhp->zfs_type, in zfs_mount_setattr()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_compat.c | 290 switch (zhp->zfs_type) { in zfs_jail() 316 assert(zhp->zfs_type == ZFS_TYPE_FILESYSTEM); in zfs_jail()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp_get.c | 541 zfs_type_t zfs_type = ZFS_TYPE_INVALID; in prop_valid_for_ds() local 552 int error = get_objset_type(ds, &zfs_type); in prop_valid_for_ds() 555 return (zfs_prop_valid_for_type(zfs_prop, zfs_type, B_FALSE)); in prop_valid_for_ds()
|
| /freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/ |
| H A D | pam_zfs_key.c | 479 if (zhp->zfs_type != ZFS_TYPE_FILESYSTEM) { in mount_dataset() 570 if (zhp->zfs_type != ZFS_TYPE_FILESYSTEM) { in umount_dataset()
|
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 6554 zfs_type_t zfs_type = zfs_get_type(zhp); in set_deleg_perms() local 6556 if (zfs_type != ZFS_TYPE_FILESYSTEM && zfs_type != ZFS_TYPE_VOLUME) in set_deleg_perms()
|