| /titanic_53/usr/src/uts/common/fs/zfs/ |
| H A D | zfeature.c | 193 za.za_first_integer); in spa_features_check() 196 if (za.za_first_integer != 0 && in spa_features_check()
|
| H A D | dsl_deadlist.c | 88 za.za_first_integer)); in dsl_deadlist_load_tree() 171 uint64_t obj = za.za_first_integer; in dsl_deadlist_free() 482 dsl_deadlist_insert_bpobj(dl, za.za_first_integer, mintxg, tx); in dsl_deadlist_merge()
|
| H A D | zap.c | 980 if ((za->za_first_integer & mask) == (value & mask)) { in zap_value_search() 1006 8, 1, &za.za_first_integer, tx); in zap_join() 1061 delta += za.za_first_integer; in zap_join_increment() 1214 za->za_first_integer = 0; in fzap_cursor_retrieve() 1216 err = zap_entry_read(&zeh, 8, 1, &za->za_first_integer); in fzap_cursor_retrieve()
|
| H A D | dsl_deleg.c | 353 for (zap_cursor_init(&zc, mos, baseza.za_first_integer); in dsl_deleg_get() 750 VERIFY(0 == zap_destroy(mos, za.za_first_integer, tx)); in dsl_deleg_destroy()
|
| H A D | zfs_dir.c | 487 zap.za_first_integer, &doi); in zfs_unlinked_drain() 497 error = zfs_zget(zfsvfs, zap.za_first_integer, &zp); in zfs_unlinked_drain() 541 ZFS_DIRENT_OBJ(zap.za_first_integer), &xzp); in zfs_purgedir()
|
| H A D | dmu_objset.c | 1566 *idp = attr.za_first_integer; in dmu_snapshot_list_next() 1605 *idp = attr.za_first_integer; in dmu_dir_list_next() 1667 child_dcp->dc_ddobj = attr->za_first_integer; in dmu_objset_find_dp_impl() 1698 attr->za_first_integer, FTAG, &ds); in dmu_objset_find_dp_impl()
|
| H A D | dsl_prop.c | 601 dsl_prop_changed_notify(dp, za->za_first_integer, in dsl_prop_changed_notify() 1037 za.za_first_integer); in dsl_prop_get_all_impl()
|
| H A D | dsl_userhold.c | 658 za->za_first_integer); in dsl_dataset_get_holds()
|
| H A D | dsl_scan.c | 1360 if (za.za_first_integer != 0) { in dsl_scan_visit() 1363 za.za_first_integer); in dsl_scan_visit()
|
| H A D | dsl_destroy.c | 227 za.za_first_integer, FTAG, &clone)); in dsl_dataset_remove_clones_key()
|
| H A D | spa.c | 338 if (za.za_first_integer != in spa_prop_get() 349 za.za_first_integer, FTAG, &ds)) { in spa_prop_get() 361 intval = za.za_first_integer; in spa_prop_get() 3207 za.za_first_integer)); in spa_add_feature_stats() 3220 za.za_first_integer)); in spa_add_feature_stats()
|
| H A D | dsl_dataset.c | 1717 za.za_first_integer, FTAG, &clone)); in get_clones_stat() 2610 if (za.za_first_integer == oldnext_obj) { in dsl_dataset_promote_sync() 2619 za.za_first_integer, FTAG, &cnds)); in dsl_dataset_promote_sync()
|
| H A D | zap_micro.c | 1301 za->za_first_integer = mzep->mze_value; in zap_cursor_retrieve()
|
| H A D | dsl_dir.c | 553 VERIFY0(dsl_dir_hold_obj(dp, za->za_first_integer, NULL, FTAG, in dsl_dir_init_fs_ss_count()
|
| H A D | zfs_vfsops.c | 724 buf->zu_space = za.za_first_integer; in zfs_userspace_many()
|
| H A D | sa.c | 914 value = za.za_first_integer; in sa_attr_table_setup()
|
| H A D | zfs_vnops.c | 2374 objnum = ZFS_DIRENT_OBJ(zap.za_first_integer); in zfs_readdir()
|
| /titanic_53/usr/src/grub/grub-0.97/stage2/ |
| H A D | fsys_zfs.c | 796 uint64_t za_first_integer; member 833 za.za_first_integer = mzep->mze_value; in zap_iterate() 929 if (za->za_first_integer == 0) in check_feature() 1603 za.za_first_integer = 1; in check_pool_label()
|
| /titanic_53/usr/src/uts/common/fs/zfs/sys/ |
| H A D | zap.h | 345 uint64_t za_first_integer; /* no sign extension for <8byte ints */ member
|
| /titanic_53/usr/src/cmd/zhack/ |
| H A D | zhack.c | 232 za.za_name, (u_longlong_t)za.za_first_integer); in dump_obj()
|
| /titanic_53/usr/src/cmd/zdb/ |
| H A D | zdb.c | 529 (u_longlong_t)attr.za_first_integer, in dump_sa_attrs() 530 (int)ATTR_LENGTH(attr.za_first_integer), in dump_sa_attrs() 531 (int)ATTR_BSWAP(attr.za_first_integer), in dump_sa_attrs() 532 (int)ATTR_NUM(attr.za_first_integer)); in dump_sa_attrs() 607 attr.za_name, ZFS_DIRENT_OBJ(attr.za_first_integer), in dump_zpldir() 608 typenames[ZFS_DIRENT_TYPE(attr.za_first_integer)]); in dump_zpldir()
|