Searched refs:zfs_prop_get_int (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 243 (zfs_prop_get_int(cn->cn_handle, in changelist_postfix() 458 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in change_one() 670 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in changelist_gather() 698 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) != in changelist_gather()
|
H A D | libzfs_mount.c | 254 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_OFF) in zfs_is_mountable() 257 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED) && in zfs_is_mountable() 343 (u_longlong_t)zfs_prop_get_int(zhp, in zfs_mount() 771 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) in zfs_share_proto() 1074 if (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_NOAUTO) { in mount_cb() 1083 if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) && in mount_cb()
|
H A D | libzfs_dataset.c | 1044 version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in zfs_valid_proplist() 1310 uint64_t volsize = zfs_prop_get_int(zhp, in zfs_valid_proplist() 1312 uint64_t blocksize = zfs_prop_get_int(zhp, in zfs_valid_proplist() 1399 old_volsize = zfs_prop_get_int(zhp, ZFS_PROP_VOLSIZE); in zfs_add_synthetic_resv() 1402 old_reservation = zfs_prop_get_int(zhp, resv_prop); in zfs_add_synthetic_resv() 1406 zfs_prop_get_int(zhp, ZFS_PROP_VOLBLOCKSIZE)); in zfs_add_synthetic_resv() 1580 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), zhp, zhp->zpool_hdl, in zfs_prop_set_list() 1687 uint64_t old_volsize = zfs_prop_get_int(zhp, in zfs_prop_set_list() 1794 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { in zfs_prop_inherit() 2228 gca.numclones = zfs_prop_get_int(zhp, ZFS_PROP_NUMCLONES); in zfs_get_clones_nvl() [all …]
|
H A D | libzfs_iter.c | 272 lcreate = zfs_prop_get_int(l, ZFS_PROP_CREATETXG); in zfs_snapshot_compare() 273 rcreate = zfs_prop_get_int(r, ZFS_PROP_CREATETXG); in zfs_snapshot_compare()
|
H A D | libzfs_sendrecv.c | 765 txg = zfs_prop_get_int(zhp, ZFS_PROP_CREATETXG); in get_snap_txg() 953 zc.zc_sendobj = zfs_prop_get_int(zhp, ZFS_PROP_OBJSETID); in estimate_ioctl() 1019 zc.zc_sendobj = zfs_prop_get_int(zhp, ZFS_PROP_OBJSETID); in dump_ioctl() 1209 sdd->prevsnap_obj = zfs_prop_get_int(zhp, ZFS_PROP_OBJSETID); in dump_snapshot() 1310 sdd->prevsnap_obj = zfs_prop_get_int(zhp, ZFS_PROP_OBJSETID); in dump_snapshot() 1757 version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in zfs_send() 2271 if (zfs_prop_get_int(zhp, ZFS_PROP_GUID) == gtnd->guid) { in guid_to_name_cb() 2376 create1 = zfs_prop_get_int(guid1hdl, ZFS_PROP_CREATETXG); in created_before() 2377 create2 = zfs_prop_get_int(guid2hdl, ZFS_PROP_CREATETXG); in created_before() 3348 if (resuming && zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT)) in zfs_receive_one()
|
H A D | libzfs.h | 451 extern uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t);
|
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
H A D | zfs_iter.c | 244 lcreate = zfs_prop_get_int(l, ZFS_PROP_CREATETXG); in zfs_compare() 245 rcreate = zfs_prop_get_int(r, ZFS_PROP_CREATETXG); in zfs_compare()
|
H A D | zfs_main.c | 621 return (zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT) == ZFS_CANMOUNT_ON); in should_auto_mount() 2021 int version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in upgrade_list_callback() 2057 int version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in upgrade_set_callback() 3448 if (zfs_prop_get_int(zhp, ZFS_PROP_CREATETXG) > cbp->cb_create) { in rollback_check() 3538 cb.cb_create = zfs_prop_get_int(snap, ZFS_PROP_CREATETXG); in zfs_do_rollback() 3670 zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) != 0) { in zfs_snapshot_cb() 4086 if (!zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) || in zfs_do_receive() 5863 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in share_mount_one() 5943 canmount = zfs_prop_get_int(zhp, ZFS_PROP_CANMOUNT); in share_mount_one() 5960 if (zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT) && in share_mount_one() [all …]
|