Searched refs:zfs_prop_get_int (Results 1 – 7 of 7) sorted by relevance
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 262 (zfs_prop_get_int(cn->cn_handle, in changelist_postfix() 477 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in change_one() 691 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in changelist_gather() 719 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) != in changelist_gather()
|
H A D | libzfs_dataset.c | 915 version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in zfs_valid_proplist() 1161 uint64_t volsize = zfs_prop_get_int(zhp, in zfs_valid_proplist() 1163 uint64_t blocksize = zfs_prop_get_int(zhp, in zfs_valid_proplist() 1234 uint64_t old_volsize = zfs_prop_get_int(zhp, in zfs_valid_proplist() 1242 old_reservation = zfs_prop_get_int(zhp, resv_prop); in zfs_valid_proplist() 1487 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { in zfs_prop_inherit() 2127 zfs_prop_get_int(zfs_handle_t *zhp, zfs_prop_t prop) in zfs_prop_get_int() function 2344 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), in zfs_prop_get_userquota_common() 2632 is_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in check_parents() 3285 zfs_prop_get_int(zhp, ZFS_PROP_CREATETXG) > in rollback_destroy() [all …]
|
H A D | libzfs_mount.c | 281 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_OFF) in zfs_is_mountable() 284 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED) && in zfs_is_mountable() 774 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) in zfs_share_proto() 1111 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_NOAUTO) { in mount_cb()
|
H A D | libzfs.h | 415 extern uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t);
|
H A D | libzfs_sendrecv.c | 792 lcreate = zfs_prop_get_int(l, ZFS_PROP_CREATETXG); in zfs_snapshot_compare() 793 rcreate = zfs_prop_get_int(r, ZFS_PROP_CREATETXG); in zfs_snapshot_compare()
|
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/cmd/zfs/ |
H A D | zfs_iter.c | 225 lcreate = zfs_prop_get_int(l, ZFS_PROP_CREATETXG); in zfs_compare() 226 rcreate = zfs_prop_get_int(r, ZFS_PROP_CREATETXG); in zfs_compare()
|
H A D | zfs_main.c | 756 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in zfs_do_create() 1560 int version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in upgrade_list_callback() 1596 int version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in upgrade_set_callback() 2291 zfs_prop_get_int(zhp, ZFS_PROP_CREATETXG) > in rollback_check() 2400 cb.cb_create = zfs_prop_get_int(snap, ZFS_PROP_CREATETXG); in zfs_do_rollback() 3028 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in share_mount_one() 3108 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one() 3715 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == in unshare_unmount()
|