HomeSort by: relevance | last modified time | path
    Searched defs:bpo (Results 1 - 14 of 14) sorted by relevancy

  /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...]
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);
spa.c 6347 bpobj_t *bpo = arg; local
6348 bpobj_enqueue(bpo, bp, tx);
  /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...]
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...]
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...]
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...]
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...]

Completed in 72 milliseconds