| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_mount.c | 253 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED) && in zfs_is_mountable_internal() 437 keystatus = zfs_prop_get_int(zhp, ZFS_PROP_KEYSTATUS); in zfs_mount_at() 526 (u_longlong_t)zfs_prop_get_int(zhp, in zfs_mount_at() 625 if (encroot && zfs_prop_get_int(zhp, ZFS_PROP_KEYSTATUS) == in zfs_unmount() 746 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) in zfs_share_proto() 1065 if (zfs_prop_get_int(zhp, ZFS_PROP_KEYSTATUS) == in zfs_iter_cb() 1075 if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) && in zfs_iter_cb() 1128 zoneda = zfs_prop_get_int(za, ZFS_PROP_ZONED); in mountpoint_cmp() 1129 zonedb = zfs_prop_get_int(zb, ZFS_PROP_ZONED); in mountpoint_cmp() 1268 if (zfs_prop_get_int(zhp, ZFS_PROP_KEYSTATUS) == in zfs_mount_one() [all …]
|
| H A D | libzfs_crypto.c | 852 pcrypt = zfs_prop_get_int(pzhp, ZFS_PROP_ENCRYPTION); in zfs_crypto_create() 1110 keyformat = zfs_prop_get_int(zhp, ZFS_PROP_KEYFORMAT); in zfs_crypto_load_key() 1157 keystatus = zfs_prop_get_int(zhp, ZFS_PROP_KEYSTATUS); in zfs_crypto_load_key() 1168 salt = zfs_prop_get_int(zhp, ZFS_PROP_PBKDF2_SALT); in zfs_crypto_load_key() 1169 iters = zfs_prop_get_int(zhp, ZFS_PROP_PBKDF2_ITERS); in zfs_crypto_load_key() 1273 keyformat = zfs_prop_get_int(zhp, ZFS_PROP_KEYFORMAT); in zfs_crypto_unload_key() 1300 keystatus = zfs_prop_get_int(zhp, ZFS_PROP_KEYSTATUS); in zfs_crypto_unload_key() 1418 crypt = zfs_prop_get_int(zhp, ZFS_PROP_ENCRYPTION); in zfs_crypto_rewrap() 1471 keyformat = zfs_prop_get_int(zhp, in zfs_crypto_rewrap() 1555 pcrypt = zfs_prop_get_int(pzhp, ZFS_PROP_ENCRYPTION); in zfs_crypto_rewrap() [all …]
|
| H A D | libzfs_changelist.c | 238 needs_key = (zfs_prop_get_int(cn->cn_handle, in changelist_postfix() 246 (zfs_prop_get_int(cn->cn_handle, in changelist_postfix() 460 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in changelist_add_mounted() 535 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in change_one() 758 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in changelist_gather() 779 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) != in changelist_gather()
|
| H A D | libzfs_dataset.c | 1457 zfs_prop_get_int(zhp, ZFS_PROP_ENCRYPTION); in zfs_valid_proplist() 1506 uint64_t blocksize = zfs_prop_get_int(zhp, in zfs_valid_proplist() 1541 int64_t crypt = zfs_prop_get_int(zhp, in zfs_valid_proplist() 1606 old_reservation = zfs_prop_get_int(zhp, resv_prop); in zfs_add_synthetic_resv() 1610 zfs_prop_get_int(zhp, ZFS_PROP_VOLBLOCKSIZE)); in zfs_add_synthetic_resv() 1671 zfs_prop_get_int(zhp, ZFS_PROP_VOLBLOCKSIZE)); in zfs_fix_auto_resv() 1866 uint64_t old_volsize = zfs_prop_get_int(zhp, in zfs_prop_set_list() 1983 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { in zfs_prop_inherit() 3192 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), in zfs_prop_get_userquota_common() 3442 is_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in check_parents() [all …]
|
| H A D | libzfs_iter.c | 302 lcreate = zfs_prop_get_int(l, ZFS_PROP_CREATETXG); in zfs_snapshot_compare() 303 rcreate = zfs_prop_get_int(r, ZFS_PROP_CREATETXG); in zfs_snapshot_compare()
|
| H A D | libzfs_sendrecv.c | 452 txg = zfs_prop_get_int(zhp, ZFS_PROP_CREATETXG); in get_snap_txg() 788 zc.zc_sendobj = zfs_prop_get_int(zhp, ZFS_PROP_OBJSETID); in dump_ioctl() 1016 sdd->prevsnap_obj = zfs_prop_get_int(zhp, ZFS_PROP_OBJSETID); in dump_snapshot() 1141 sdd->prevsnap_obj = zfs_prop_get_int(zhp, ZFS_PROP_OBJSETID); in dump_snapshot() 2136 version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in zfs_send() 2934 if (zfs_prop_get_int(zhp, ZFS_PROP_GUID) == gtnd->guid && in guid_to_name_cb() 3059 create1 = zfs_prop_get_int(guid1hdl, ZFS_PROP_CREATETXG); in created_before() 3060 create2 = zfs_prop_get_int(guid2hdl, ZFS_PROP_CREATETXG); in created_before() 3133 crypt = zfs_prop_get_int(zhp, ZFS_PROP_ENCRYPTION); in recv_fix_encryption_hierarchy() 4461 encrypted = zfs_prop_get_int(zhp, ZFS_PROP_ENCRYPTION) != in zfs_receive_one() [all …]
|
| H A D | libzfs.abi | 199 …<elf-symbol name='zfs_prop_get_int' type='func-type' binding='global-binding' visibility='default-… 1809 …zfs_prop_get_int' mangled-name='zfs_prop_get_int' filepath='/home/fedora/zfs/lib/libzfs/libzfs_dat…
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_iter.c | 259 lcreate = zfs_prop_get_int(l, ZFS_PROP_CREATETXG); in zfs_compare() 260 rcreate = zfs_prop_get_int(r, ZFS_PROP_CREATETXG); in zfs_compare()
|
| H A D | zfs_main.c | 2399 int version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in upgrade_list_callback() 2435 int version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in upgrade_set_callback() 4122 cb.cb_create = zfs_prop_get_int(snap, ZFS_PROP_CREATETXG); in zfs_do_rollback() 4262 zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) != 0) { in zfs_snapshot_cb() 4827 if (!zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) || in zfs_do_receive() 6681 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in share_mount_one() 6761 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one() 6791 zfs_prop_get_int(zhp, ZFS_PROP_KEYSTATUS) == in share_mount_one() 6805 if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) && in share_mount_one() 7435 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == in unshare_unmount() [all …]
|
| /f-stack/freebsd/contrib/openzfs/contrib/pam_zfs_key/ |
| H A D | pam_zfs_key.c | 252 salt = zfs_prop_get_int(ds, ZFS_PROP_PBKDF2_SALT); in prepare_passphrase() 253 iters = zfs_prop_get_int(ds, ZFS_PROP_PBKDF2_ITERS); in prepare_passphrase() 276 int keystatus = zfs_prop_get_int(ds, ZFS_PROP_KEYSTATUS); in is_key_loaded()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zinject/ |
| H A D | translate.c | 140 record->zi_objset = zfs_prop_get_int(zhp, ZFS_PROP_OBJSETID); in object_from_path()
|
| /f-stack/freebsd/contrib/openzfs/cmd/mount_zfs/ |
| H A D | mount_zfs.c | 276 zfs_version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in main()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 508 extern uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 8559 int zfs_version = (int)zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in check_unsupp_fs()
|