Home
last modified time | relevance | path

Searched refs:zfs_prop_get_int (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c253 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 Dlibzfs_crypto.c852 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 Dlibzfs_changelist.c238 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 Dlibzfs_dataset.c1457 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 Dlibzfs_iter.c302 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 Dlibzfs_sendrecv.c452 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 Dlibzfs.abi199 …<elf-symbol name='zfs_prop_get_int' type='func-type' binding='global-binding' visibility='default-…
1809zfs_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 Dzfs_iter.c259 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 Dzfs_main.c2399 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 Dpam_zfs_key.c252 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 Dtranslate.c140 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 Dmount_zfs.c276 zfs_version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in main()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h508 extern uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t);
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c8559 int zfs_version = (int)zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in check_unsupp_fs()