| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| bpobj.c | 97 bpobj_t bpo; local 103 VERIFY3U(0, ==, bpobj_open(&bpo, os, obj)); 105 mutex_enter(&bpo.bpo_lock); 107 if (!bpo.bpo_havesubobj || bpo.bpo_phys->bpo_subobjs == 0) 110 VERIFY3U(0, ==, dmu_object_info(os, bpo.bpo_phys->bpo_subobjs, &doi)); 113 for (i = bpo.bpo_phys->bpo_num_subobjs - 1; i >= 0; i--) { 124 bpo.bpo_phys->bpo_subobjs, offset, FTAG, &dbuf, 0)); 137 VERIFY3U(0, ==, dmu_object_free(os, bpo.bpo_phys->bpo_subobjs, tx)); 140 mutex_exit(&bpo.bpo_lock) [all...] |
| dsl_deadlist.c | 425 bpobj_t bpo; local 427 VERIFY3U(0, ==, bpobj_open(&bpo, dl->dl_os, obj)); 428 VERIFY3U(0, ==, bpobj_space(&bpo, &used, &comp, &uncomp)); 429 bpobj_close(&bpo); 470 bpobj_t bpo; local 471 VERIFY3U(0, ==, bpobj_open(&bpo, dl->dl_os, obj)); 472 VERIFY3U(0, ==, bpobj_iterate(&bpo, 474 bpobj_close(&bpo); 498 dsl_deadlist_move_bpobj(dsl_deadlist_t *dl, bpobj_t *bpo, uint64_t mintxg, 517 bpobj_enqueue_subobj(bpo, dle->dle_bpobj.bpo_object, tx) [all...] |
| spa.c | 6347 bpobj_t *bpo = arg; local 6348 bpobj_enqueue(bpo, bp, tx);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| bpobj.h | 75 int bpobj_open(bpobj_t *bpo, objset_t *mos, uint64_t object); 76 void bpobj_close(bpobj_t *bpo); 78 int bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx); 79 int bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *, dmu_tx_t *); 81 void bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx); 82 void bpobj_enqueue(bpobj_t *bpo, const blkptr_t *bp, dmu_tx_t *tx); 84 int bpobj_space(bpobj_t *bpo, 86 int bpobj_space_range(bpobj_t *bpo, uint64_t mintxg, uint64_t maxtxg,
|
| dsl_deadlist.h | 80 void dsl_deadlist_move_bpobj(dsl_deadlist_t *dl, bpobj_t *bpo, uint64_t mintxg,
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf64-mmix.c | 58 } bpo; member in struct:_mmix_elf_section_data 89 /* For each section containing a base-plus-offset (BPO) reloc, we attach 90 this struct as mmix_elf_section_data (section)->bpo, which is otherwise 97 /* Number of BPO-relocs in this section. */ 110 There's one of these created for every BPO reloc. */ 120 /* The order number for this BPO reloc, corresponding to the order in 121 which BPO relocs were found. Used to create an index after reloc 126 into the other members. Is FALSE only for BPO relocs in a GC:ed 131 /* We attach this as mmix_elf_section_data (sec)->bpo in the linker-allocated 135 linker; using the same hook as for usual with BPO relocs does no [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf64-mmix.c | 58 } bpo; member in struct:_mmix_elf_section_data 89 /* For each section containing a base-plus-offset (BPO) reloc, we attach 90 this struct as mmix_elf_section_data (section)->bpo, which is otherwise 97 /* Number of BPO-relocs in this section. */ 110 There's one of these created for every BPO reloc. */ 120 /* The order number for this BPO reloc, corresponding to the order in 121 which BPO relocs were found. Used to create an index after reloc 126 into the other members. Is FALSE only for BPO relocs in a GC:ed 131 /* We attach this as mmix_elf_section_data (sec)->bpo in the linker-allocated 135 linker; using the same hook as for usual with BPO relocs does no [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf64-mmix.c | 58 } bpo; member in struct:_mmix_elf_section_data 89 /* For each section containing a base-plus-offset (BPO) reloc, we attach 90 this struct as mmix_elf_section_data (section)->bpo, which is otherwise 97 /* Number of BPO-relocs in this section. */ 110 There's one of these created for every BPO reloc. */ 120 /* The order number for this BPO reloc, corresponding to the order in 121 which BPO relocs were found. Used to create an index after reloc 126 into the other members. Is FALSE only for BPO relocs in a GC:ed 131 /* We attach this as mmix_elf_section_data (sec)->bpo in the linker-allocated 135 linker; using the same hook as for usual with BPO relocs does no [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf64-mmix.c | 58 } bpo; member in struct:_mmix_elf_section_data 89 /* For each section containing a base-plus-offset (BPO) reloc, we attach 90 this struct as mmix_elf_section_data (section)->bpo, which is otherwise 97 /* Number of BPO-relocs in this section. */ 110 There's one of these created for every BPO reloc. */ 120 /* The order number for this BPO reloc, corresponding to the order in 121 which BPO relocs were found. Used to create an index after reloc 126 into the other members. Is FALSE only for BPO relocs in a GC:ed 131 /* We attach this as mmix_elf_section_data (sec)->bpo in the linker-allocated 135 linker; using the same hook as for usual with BPO relocs does no [all...] |
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 1490 dump_full_bpobj(bpobj_t *bpo, char *name, int indent) 1499 zdb_nicenum(bpo->bpo_phys->bpo_bytes, bytes); 1500 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { 1501 zdb_nicenum(bpo->bpo_phys->bpo_comp, comp); 1502 zdb_nicenum(bpo->bpo_phys->bpo_uncomp, uncomp); 1506 (u_longlong_t)bpo->bpo_object, 1507 (u_longlong_t)bpo->bpo_phys->bpo_num_blkptrs, 1508 (u_longlong_t)bpo->bpo_phys->bpo_num_subobjs, 1509 (u_longlong_t)bpo->bpo_phys->bpo_subobjs [all...] |