| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_errlog.c | 443 error = dsl_dataset_hold_obj_flags(dp, za->za_first_integer, in check_filesystem() 465 ct->clone_ds = za->za_first_integer; in check_filesystem() 631 if (zap_contains(spa->spa_meta_objset, za.za_first_integer, in spa_add_healed_error() 721 za.za_first_integer, name, tx); in spa_remove_healed_errors() 730 za.za_first_integer, name, tx); in spa_remove_healed_errors() 761 if (zap_count(spa->spa_meta_objset, za.za_first_integer, in approx_errlog_size_impl() 1005 uint64_t head_ds_err_obj = za->za_first_integer; in process_error_log() 1246 za.za_first_integer, tx)); in delete_errlog() 1359 za.za_first_integer, tx)); in delete_dataset_errlog()
|
| H A D | dsl_deadlist.c | 175 dle->dle_bpobj.bpo_object = za.za_first_integer; in dsl_deadlist_load_tree() 227 if (za.za_first_integer == empty_bpobj) in dsl_deadlist_load_cache() 237 dlce->dlce_bpobj = za.za_first_integer; in dsl_deadlist_load_cache() 396 uint64_t obj = za.za_first_integer; in dsl_deadlist_free() 889 dsl_deadlist_prefetch_bpobj(dl, pza->za_first_integer, in dsl_deadlist_merge() 895 dsl_deadlist_insert_bpobj(dl, za->za_first_integer, in dsl_deadlist_merge() 899 dsl_deadlist_prefetch_bpobj(dl, pza->za_first_integer, in dsl_deadlist_merge()
|
| H A D | zfeature.c | 198 za->za_first_integer); in spa_features_check() 201 if (za->za_first_integer != 0 && in spa_features_check()
|
| H A D | zap.c | 1021 if ((za->za_first_integer & mask) == (value & mask)) { in zap_value_search() 1046 8, 1, &za->za_first_integer, tx); in zap_join() 1101 delta += za->za_first_integer; in zap_join_increment() 1275 za->za_first_integer = 0; in fzap_cursor_retrieve() 1277 err = zap_entry_read(&zeh, 8, 1, &za->za_first_integer); in fzap_cursor_retrieve()
|
| H A D | zcp_iter.c | 92 err = dsl_dataset_hold_obj(dp, za.za_first_integer, FTAG, &clone); in zcp_clones_iter() 652 (void) lua_pushnumber(state, za.za_first_integer); in zcp_holds_iter()
|
| H A D | dsl_deleg.c | 356 for (zap_cursor_init(zc, mos, baseza->za_first_integer); in dsl_deleg_get() 758 VERIFY(0 == zap_destroy(mos, za.za_first_integer, tx)); in dsl_deleg_destroy()
|
| H A D | dsl_prop.c | 670 dsl_prop_changed_notify(dp, za->za_first_integer, in dsl_prop_changed_notify() 1138 za.za_first_integer) != 1) in dsl_prop_get_all_impl() 1186 za.za_first_integer); in dsl_prop_get_all_impl()
|
| H A D | zfs_quota.c | 217 buf->zu_space = za.za_first_integer; in zfs_userspace_many()
|
| H A D | dmu_objset.c | 2569 *idp = attr.za_first_integer; in dmu_snapshot_list_next() 2614 *idp = attr.za_first_integer; in dmu_dir_list_next() 2682 child_dcp->dc_ddobj = attr->za_first_integer; in dmu_objset_find_dp_impl() 2714 attr->za_first_integer, FTAG, &ds); in dmu_objset_find_dp_impl()
|
| H A D | dsl_userhold.c | 683 za->za_first_integer); in dsl_dataset_get_holds()
|
| H A D | spa_log_spacemap.c | 1029 spa_log_sm_alloc(za.za_first_integer, log_txg); in spa_ld_log_sm_metadata()
|
| H A D | spa.c | 503 if (za.za_first_integer != in spa_prop_get() 511 za.za_first_integer, FTAG, &ds); in spa_prop_get() 521 intval = za.za_first_integer; in spa_prop_get() 2874 *llp = za.za_first_integer; in dsl_get_next_livelist_obj() 5926 za.za_first_integer)); 5939 za.za_first_integer)); 9164 uint64_t vdzap = za.za_first_integer; 9197 uint64_t zap = za.za_first_integer;
|
| H A D | dmu_redact.c | 214 obj->obj = za.za_first_integer; in zfs_get_deleteq()
|
| H A D | dsl_crypt.c | 1508 za->za_first_integer, new_rddobj, wkey, B_FALSE, tx); in spa_keystore_change_key_sync_impl() 1524 VERIFY0(dsl_dataset_hold_obj(dp, za->za_first_integer, in spa_keystore_change_key_sync_impl()
|
| H A D | dsl_destroy.c | 226 za->za_first_integer, tag, &clone)); in dsl_dir_remove_clones_key_impl()
|
| H A D | zvol.c | 1014 za->za_first_integer, FTAG, &clone) == 0) { in zvol_add_clones()
|
| H A D | dsl_dataset.c | 2314 za.za_first_integer, FTAG, &clone)); in get_clones_stat_impl() 3650 if (za.za_first_integer == oldnext_obj) { in dsl_dataset_promote_sync() 3659 za.za_first_integer, FTAG, &cnds)); in dsl_dataset_promote_sync()
|
| H A D | zap_micro.c | 1722 za->za_first_integer = mzep->mze_value; in zap_cursor_retrieve()
|
| H A D | sa.c | 920 value = za.za_first_integer; in sa_attr_table_setup()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_dir.c | 308 zap.za_first_integer, &doi); in zfs_unlinked_drain() 318 error = zfs_zget(zfsvfs, zap.za_first_integer, &zp); in zfs_unlinked_drain() 382 ZFS_DIRENT_OBJ(zap.za_first_integer), &xzp); in zfs_purgedir()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_dir.c | 498 zap.za_first_integer, &doi); in zfs_unlinked_drain_task() 508 error = zfs_zget(zfsvfs, zap.za_first_integer, &zp); in zfs_unlinked_drain_task() 604 ZFS_DIRENT_OBJ(zap.za_first_integer), &xzp); in zfs_purgedir()
|
| H A D | zfs_vnops_os.c | 1605 objnum = ZFS_DIRENT_OBJ(zap.za_first_integer); in zfs_readdir() 1606 type = ZFS_DIRENT_TYPE(zap.za_first_integer); in zfs_readdir()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 377 uint64_t za_first_integer; /* no sign extension for <8byte ints */ member
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | zhack.c | 216 za.za_name, (u_longlong_t)za.za_first_integer); in dump_obj()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1418 (u_longlong_t)attr.za_first_integer, in dump_sa_attrs() 1419 (int)ATTR_LENGTH(attr.za_first_integer), in dump_sa_attrs() 1420 (int)ATTR_BSWAP(attr.za_first_integer), in dump_sa_attrs() 1421 (int)ATTR_NUM(attr.za_first_integer)); in dump_sa_attrs() 1496 attr.za_name, ZFS_DIRENT_OBJ(attr.za_first_integer), in dump_zpldir() 1497 typenames[ZFS_DIRENT_TYPE(attr.za_first_integer)]); in dump_zpldir() 2212 uint64_t refcnt = za.za_first_integer; in dump_brt() 6785 dsl_deadlist_open(&ll, mos, attr.za_first_integer); in iterate_deleted_livelists() 8007 mos_obj_refd(za.za_first_integer); in errorlog_count_refd()
|