| /netvirt/usr/src/uts/common/fs/zfs/ |
| bplist.c | 66 dmu_object_info_t doi; local 69 err = dmu_object_info(mos, object, &doi); 80 ASSERT3U(doi.doi_type, ==, DMU_OT_BPLIST); 81 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_BPLIST_HDR); 85 bpl->bpl_blockshift = highbit(doi.doi_data_block_size - 1); 87 bpl->bpl_havecomp = (doi.doi_bonus_size == sizeof (bplist_phys_t));
|
| spa_history.c | 226 dmu_object_info_t doi; local 227 dmu_object_info_from_db(dbp, &doi); 228 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_SPA_HISTORY_OFFSETS); 332 dmu_object_info_t doi; local 333 dmu_object_info_from_db(dbp, &doi); 334 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_SPA_HISTORY_OFFSETS);
|
| zfs_dir.c | 463 dmu_object_info_t doi; local 479 zap.za_first_integer, &doi); 483 ASSERT((doi.doi_type == DMU_OT_PLAIN_FILE_CONTENTS) || 484 (doi.doi_type == DMU_OT_DIRECTORY_CONTENTS));
|
| zap_micro.c | 381 dmu_object_info_t doi; local 382 dmu_object_info_from_db(db, &doi); 383 ASSERT(dmu_ot[doi.doi_type].ot_byteswap == zap_byteswap); 502 dmu_object_info_t doi; local 503 dmu_object_info_from_db(db, &doi); 504 ASSERT(dmu_ot[doi.doi_type].ot_byteswap == zap_byteswap);
|
| dsl_dir.c | 95 dmu_object_info_t doi; local 96 dmu_object_info_from_db(dbuf, &doi); 97 ASSERT3U(doi.doi_type, ==, DMU_OT_DSL_DIR);
|
| zfs_znode.c | 251 dmu_object_info_t doi; local 261 if (dmu_object_info(os, MASTER_NODE_OBJ, &doi) == ENOENT) { 758 dmu_object_info_t doi; local 773 dmu_object_info_from_db(db, &doi); 774 if (doi.doi_bonus_type != DMU_OT_ZNODE || 775 doi.doi_bonus_size < sizeof (znode_phys_t)) { 808 zp = zfs_znode_alloc(zfsvfs, db, doi.doi_data_block_size); 818 dmu_object_info_t doi; local 831 dmu_object_info_from_db(db, &doi); 832 if (doi.doi_bonus_type != DMU_OT_ZNODE | 1321 dmu_object_info_t doi; local [all...] |
| zvol.c | 166 dmu_object_info_t doi; local 176 error = dmu_object_info(os, ZVOL_OBJ, &doi); 180 doi.doi_data_block_size); 323 dmu_object_info_t doi; local 450 error = dmu_object_info(os, ZVOL_OBJ, &doi); 452 zv->zv_volblocksize = doi.doi_data_block_size; 521 dmu_object_info_t doi; local 530 if ((error = dmu_object_info(zv->zv_objset, ZVOL_OBJ, &doi)) != 0 || 532 doi.doi_data_block_size)) != 0) {
|
| dsl_dataset.c | 2315 dmu_object_info_t doi; local [all...] |
| zfs_vnops.c | 2255 dmu_object_info_t doi; local 2687 dmu_object_info_t doi; local [all...] |
| /netvirt/usr/src/lib/libtsnet/common/ |
| misc.c | 115 "doi", 160 slen += snprintf(line + slen, len - slen, "doi=%d", 176 uint32_t mask = 0, doi; local 282 doi = strtoul(attrbuf, &cp, 0); 283 if (doi == 0 || errno != 0 || *cp != '\0') { 338 sp->rtsa_doi = doi; 367 "Missing DOI", 368 "Illegal DOI",
|
| /netvirt/usr/src/uts/common/inet/ip/ |
| tn_ipopt.c | 57 tsol2cipso_tt1(const bslabel_t *sl, unsigned char *cop, uint32_t doi) 64 if (doi == 0) 98 doi = htonl(doi); 99 ucp = (const uchar_t *)&doi; 723 * * Four-octet DOI (IP6LS_DOI_V4) 742 uint32_t doi; local 912 * DOI value). 918 doi = htons(IP6LS_DOI_V4); 919 bcopy(&doi, opt_storage - 6, 4) [all...] |
| tnet.c | 360 #define RTSAFLAGS "\20\11cipso\3doi\2max_sl\1min_sl" 367 /* RTSA_CIPSO must be set, and DOI must not be zero */ 370 "rtsa(1) lacks flag or has 0 doi.", 682 uint32_t doi; local 713 bcopy(opt_ptr, &doi, sizeof (doi)); 714 doi = ntohl(doi); 715 if (doi == IP6LS_DOI_V4 && 719 opt_ptr += sizeof (doi) + 2 [all...] |
| /netvirt/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_ip.c | 842 uint32_t doi; local 854 GETINT32(doi, data); 856 " DOI = %d (%s)", doi, doi == IP6LS_DOI_V4 ? "IPv4" : "???"); 1423 uint32_t doi; local [all...] |
| /netvirt/usr/src/uts/common/sys/ |
| zone.h | 174 uint32_t doi; /* DOI for label */ member in struct:__anon6473 190 uint32_t doi; /* DOI for label */ member in struct:__anon6474
|
| /netvirt/usr/src/cmd/zdb/ |
| zdb.c | 948 dmu_object_info_t doi; local 973 dmu_object_info_from_dnode(dn, &doi); 975 nicenum(doi.doi_metadata_block_size, iblk); 976 nicenum(doi.doi_data_block_size, dblk); 977 nicenum(doi.doi_data_block_size * (doi.doi_max_block_offset + 1), 979 nicenum(doi.doi_physical_blks << 9, asize); 980 nicenum(doi.doi_bonus_size, bonus_size); 984 if (doi.doi_checksum != ZIO_CHECKSUM_INHERIT || verbosity >= 6) { 986 zio_checksum_table[doi.doi_checksum].ci_name) [all...] |
| /netvirt/usr/src/cmd/zoneadmd/ |
| vplat.c | 4031 int doi = 0; local [all...] |
| /netvirt/usr/src/cmd/ztest/ |
| ztest.c | 1131 dmu_object_info_t *doi = &za->za_doi; local 1140 error = dmu_object_info(os, ZTEST_DIROBJ, doi); 1144 ASSERT3U(doi->doi_type, ==, DMU_OT_UINT64_OTHER); 1145 ASSERT3S(doi->doi_physical_blks, >=, 0); 1511 dmu_object_info_t *doi = &za->za_doi; local 1959 dmu_object_info_t *doi = &za->za_doi; local 2054 dmu_object_info_t *doi = &za->za_doi; local [all...] |