Searched refs:za_first_integer (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfeature.c193 za.za_first_integer);
196 if (za.za_first_integer != 0 &&
H A Ddsl_deadlist.c88 za.za_first_integer));
171 uint64_t obj = za.za_first_integer;
482 dsl_deadlist_insert_bpobj(dl, za.za_first_integer, mintxg, tx);
H A Ddsl_deleg.c353 for (zap_cursor_init(&zc, mos, baseza.za_first_integer);
750 VERIFY(0 == zap_destroy(mos, za.za_first_integer, tx));
H A Dzfs_dir.c487 zap.za_first_integer, &doi);
497 error = zfs_zget(zfsvfs, zap.za_first_integer, &zp);
541 ZFS_DIRENT_OBJ(zap.za_first_integer), &xzp);
H A Dzap.c1002 if ((za->za_first_integer & mask) == (value & mask)) {
1028 8, 1, &za.za_first_integer, tx);
1083 delta += za.za_first_integer;
1236 za->za_first_integer = 0;
1238 err = zap_entry_read(&zeh, 8, 1, &za->za_first_integer);
H A Ddmu_objset.c1657 *idp = attr.za_first_integer;
1696 *idp = attr.za_first_integer;
1764 child_dcp->dc_ddobj = attr->za_first_integer;
1796 attr->za_first_integer, FTAG, &ds);
H A Ddsl_prop.c601 dsl_prop_changed_notify(dp, za->za_first_integer,
1037 za.za_first_integer);
H A Ddsl_userhold.c658 za->za_first_integer);
H A Ddsl_scan.c1370 if (za.za_first_integer != 0) {
1373 za.za_first_integer);
H A Ddsl_destroy.c227 za.za_first_integer, FTAG, &clone));
H A Dspa.c340 if (za.za_first_integer !=
351 za.za_first_integer, FTAG, &ds)) {
363 intval = za.za_first_integer;
3322 za.za_first_integer));
3335 za.za_first_integer));
6175 uint64_t vdzap = za.za_first_integer;
6208 uint64_t zap = za.za_first_integer;
H A Ddsl_dataset.c1750 za.za_first_integer, FTAG, &clone));
2668 if (za.za_first_integer == oldnext_obj) {
2677 za.za_first_integer, FTAG, &cnds));
H A Ddsl_dir.c532 VERIFY0(dsl_dir_hold_obj(dp, za->za_first_integer, NULL, FTAG,
H A Dsa.c914 value = za.za_first_integer;
H A Dzap_micro.c1396 za->za_first_integer = mzep->mze_value;
H A Dzfs_vfsops.c695 buf->zu_space = za.za_first_integer;
H A Dzfs_vnops.c2331 objnum = ZFS_DIRENT_OBJ(zap.za_first_integer);
2334 * uint8_t type = ZFS_DIRENT_TYPE(zap.za_first_integer);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c796 uint64_t za_first_integer; member in struct:zap_attribute
833 za.za_first_integer = mzep->mze_value;
929 if (za->za_first_integer == 0)
1603 za.za_first_integer = 1;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap.h288 * (za_first_integer) is value, or ENOENT if not found. The string
352 uint64_t za_first_integer; /* no sign extension for <8byte ints */ member in struct:__anon499
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c232 za.za_name, (u_longlong_t)za.za_first_integer);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c541 (u_longlong_t)attr.za_first_integer,
542 (int)ATTR_LENGTH(attr.za_first_integer),
543 (int)ATTR_BSWAP(attr.za_first_integer),
544 (int)ATTR_NUM(attr.za_first_integer));
619 attr.za_name, ZFS_DIRENT_OBJ(attr.za_first_integer),
620 typenames[ZFS_DIRENT_TYPE(attr.za_first_integer)]);

Completed in 128 milliseconds