/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_errlog.c | 440 error = dsl_dataset_hold_obj_flags(dp, za->za_first_integer, in check_filesystem() 462 ct->clone_ds = za->za_first_integer; in check_filesystem() 624 if (zap_contains(spa->spa_meta_objset, za->za_first_integer, in spa_add_healed_error() 715 za->za_first_integer, name, tx); in spa_remove_healed_errors() 724 za->za_first_integer, name, tx); in spa_remove_healed_errors() 756 if (zap_count(spa->spa_meta_objset, za->za_first_integer, in approx_errlog_size_impl() 1003 uint64_t head_ds_err_obj = za->za_first_integer; in process_error_log() 1244 za->za_first_integer, tx)); in delete_errlog() 1358 za->za_first_integer, tx)); in delete_dataset_errlog()
|
H A D | dsl_deadlist.c | 177 dle->dle_bpobj.bpo_object = za->za_first_integer; in dsl_deadlist_load_tree() 231 if (za->za_first_integer == empty_bpobj) in dsl_deadlist_load_cache() 241 dlce->dlce_bpobj = za->za_first_integer; in dsl_deadlist_load_cache() 405 uint64_t obj = za->za_first_integer; in dsl_deadlist_free() 899 dsl_deadlist_prefetch_bpobj(dl, pza->za_first_integer, in dsl_deadlist_merge() 905 dsl_deadlist_insert_bpobj(dl, za->za_first_integer, in dsl_deadlist_merge() 909 dsl_deadlist_prefetch_bpobj(dl, pza->za_first_integer, in dsl_deadlist_merge()
|
H A D | zfeature.c | 199 za->za_first_integer); in spa_features_check() 202 if (za->za_first_integer != 0 && in spa_features_check()
|
H A D | zap.c | 1123 if ((za->za_first_integer & mask) == (value & mask)) { in zap_value_search() 1149 8, 1, &za->za_first_integer, tx); in zap_join() 1204 delta += za->za_first_integer; in zap_join_increment() 1382 za->za_first_integer = 0; in fzap_cursor_retrieve() 1384 err = zap_entry_read(&zeh, 8, 1, &za->za_first_integer); in fzap_cursor_retrieve()
|
H A D | zcp_iter.c | 95 err = dsl_dataset_hold_obj(dp, za->za_first_integer, FTAG, &clone); in zcp_clones_iter() 661 (void) lua_pushnumber(state, za->za_first_integer); in zcp_holds_iter()
|
H A D | dsl_deleg.c | 357 for (zap_cursor_init(zc, mos, baseza->za_first_integer); in dsl_deleg_get() 764 VERIFY(0 == zap_destroy(mos, za->za_first_integer, tx)); in dsl_deleg_destroy()
|
H A D | dsl_prop.c | 671 dsl_prop_changed_notify(dp, za->za_first_integer, in dsl_prop_changed_notify() 1143 za->za_first_integer) != 1) in dsl_prop_get_all_impl() 1191 za->za_first_integer); in dsl_prop_get_all_impl()
|
H A D | zfs_quota.c | 219 buf->zu_space = za->za_first_integer; in zfs_userspace_many()
|
H A D | dsl_userhold.c | 684 za->za_first_integer); in dsl_dataset_get_holds()
|
H A D | dmu_objset.c | 2651 *idp = attr->za_first_integer; in dmu_snapshot_list_next() 2700 *idp = attr->za_first_integer; in dmu_dir_list_next() 2769 child_dcp->dc_ddobj = attr->za_first_integer; in dmu_objset_find_dp_impl() 2801 attr->za_first_integer, FTAG, &ds); in dmu_objset_find_dp_impl()
|
H A D | spa_log_spacemap.c | 1030 spa_log_sm_alloc(za->za_first_integer, log_txg); in spa_ld_log_sm_metadata()
|
H A D | spa.c | 583 if (za->za_first_integer != in spa_prop_get() 591 za->za_first_integer, FTAG, &ds); in spa_prop_get() 601 intval = za->za_first_integer; in spa_prop_get() 2985 *llp = za->za_first_integer; in dsl_get_next_livelist_obj() 6073 za->za_first_integer)); 6086 za->za_first_integer)); 9480 uint64_t vdzap = za->za_first_integer; 9514 uint64_t zap = za->za_first_integer;
|
H A D | dmu_redact.c | 216 obj->obj = za->za_first_integer; in zfs_get_deleteq()
|
H A D | dsl_crypt.c | 1509 za->za_first_integer, new_rddobj, wkey, B_FALSE, tx); in spa_keystore_change_key_sync_impl() 1525 VERIFY0(dsl_dataset_hold_obj(dp, za->za_first_integer, in spa_keystore_change_key_sync_impl()
|
H A D | dsl_destroy.c | 228 za->za_first_integer, tag, &clone)); in dsl_dir_remove_clones_key_impl()
|
H A D | dsl_dataset.c | 2349 za->za_first_integer, FTAG, &clone)); in get_clones_stat_impl() 3699 if (za->za_first_integer == oldnext_obj) { in dsl_dataset_promote_sync() 3708 za->za_first_integer, FTAG, &cnds)); in dsl_dataset_promote_sync()
|
H A D | zvol.c | 1330 za->za_first_integer, FTAG, &clone) == 0) { in zvol_add_clones()
|
H A D | dsl_dir.c | 601 VERIFY0(dsl_dir_hold_obj(dp, za->za_first_integer, NULL, FTAG, in dsl_dir_init_fs_ss_count()
|
H A D | zap_micro.c | 1946 za->za_first_integer = mzep->mze_value; in zap_cursor_retrieve()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_dir.c | 310 zap->za_first_integer, &doi); in zfs_unlinked_drain() 320 error = zfs_zget(zfsvfs, zap->za_first_integer, &zp); in zfs_unlinked_drain() 386 ZFS_DIRENT_OBJ(zap->za_first_integer), &xzp); in zfs_purgedir()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_dir.c | 502 zap->za_first_integer, &doi); in zfs_unlinked_drain_task() 512 error = zfs_zget(zfsvfs, zap->za_first_integer, &zp); in zfs_unlinked_drain_task() 609 ZFS_DIRENT_OBJ(zap->za_first_integer), &xzp); in zfs_purgedir()
|
H A D | zfs_vnops_os.c | 1660 objnum = ZFS_DIRENT_OBJ(zap->za_first_integer); in zfs_readdir() 1661 type = ZFS_DIRENT_TYPE(zap->za_first_integer); in zfs_readdir()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zap.h | 380 uint64_t za_first_integer; /* no sign extension for <8byte ints */ member
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | zhack.c | 217 za->za_name, (u_longlong_t)za->za_first_integer); in dump_obj()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 1316 (u_longlong_t)attrp->za_first_integer, in dump_sa_attrs() 1317 (int)ATTR_LENGTH(attrp->za_first_integer), in dump_sa_attrs() 1318 (int)ATTR_BSWAP(attrp->za_first_integer), in dump_sa_attrs() 1319 (int)ATTR_NUM(attrp->za_first_integer)); in dump_sa_attrs() 1396 attrp->za_name, ZFS_DIRENT_OBJ(attrp->za_first_integer), in dump_zpldir() 1397 typenames[ZFS_DIRENT_TYPE(attrp->za_first_integer)]); in dump_zpldir() 6965 VERIFY0(dsl_deadlist_open(&ll, mos, attrp->za_first_integer)); in iterate_deleted_livelists() 8189 mos_obj_refd(za->za_first_integer); in errorlog_count_refd()
|