Home
last modified time | relevance | path

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 Dlibzfs_changelist.c243 (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 Dlibzfs_mount.c254 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 Dlibzfs_dataset.c1044 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 Dlibzfs_iter.c272 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 Dlibzfs_sendrecv.c765 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 Dlibzfs.h451 extern uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t);
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_iter.c244 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 Dzfs_main.c621 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 …]