Searched refs:BP_IS_HOLE (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c139 !BP_IS_HOLE(bp) &&
144 if (BP_IS_HOLE(bp)) {
368 if (BP_IS_HOLE(&zh->zh_log) || verbose < 1)
H A Dzdb.c1199 if (BP_IS_HOLE(bp)) {
1256 if (BP_GET_LEVEL(bp) > 0 && !BP_IS_HOLE(bp)) {
2001 if (BP_IS_HOLE(os->os_rootbp))
2449 if (BP_IS_HOLE(bp))
2943 if (bp == NULL || BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp))
2954 if (BP_IS_HOLE(bp) || BP_GET_CHECKSUM(bp) == ZIO_CHECKSUM_OFF ||
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode_sync.c122 if (BP_IS_HOLE(bp))
278 if (BP_IS_HOLE(bp))
293 if (!BP_IS_HOLE(bp))
357 if (BP_IS_HOLE(bp))
497 ASSERT(BP_IS_HOLE(dn->dn_phys->dn_blkptr));
591 BP_IS_HOLE(&dnp->dn_blkptr[0]) ||
596 BP_IS_HOLE(&dnp->dn_blkptr[0]) ||
607 ASSERT(BP_IS_HOLE(&dnp->dn_blkptr[0]) ||
707 ASSERT(BP_IS_HOLE(&dnp->dn_blkptr[i]));
H A Dzil.c221 sizeof (cksum)) || BP_IS_HOLE(&zilc->zc_next_blk)) {
235 sizeof (cksum)) || BP_IS_HOLE(&zilc->zc_next_blk) ||
266 if (BP_IS_HOLE(bp)) {
327 for (blk = zh->zh_log; !BP_IS_HOLE(&blk); blk = next_blk) {
383 if (BP_IS_HOLE(bp) || bp->blk_birth < first_txg ||
435 !BP_IS_HOLE(bp))
548 if (BP_IS_HOLE(&blk) || BP_SHOULD_BYTESWAP(&blk)) {
554 if (!BP_IS_HOLE(&blk)) {
611 if (BP_IS_HOLE(&zh->zh_log))
679 if (!BP_IS_HOLE(
[all...]
H A Ddbuf.c758 if ((db->db_blkptr == NULL || BP_IS_HOLE(db->db_blkptr)) &&
806 ASSERT(BP_IS_HOLE(bp));
967 * Recheck BP_IS_HOLE() after dnode_block_freed() in case dnode_sync()
971 if (db->db_blkptr == NULL || BP_IS_HOLE(db->db_blkptr) ||
973 BP_IS_HOLE(db->db_blkptr)))) {
981 BP_IS_HOLE(db->db_blkptr) &&
1231 if (!BP_IS_HOLE(bp) && !dr->dt.dl.dr_nopwrite)
1365 !BP_IS_HOLE(db->db_blkptr))) {
1367 } else if (db->db_blkptr != NULL && !BP_IS_HOLE(db->db_blkptr)) {
1503 BP_IS_HOLE(d
[all...]
H A Ddmu_traverse.c80 if (BP_IS_HOLE(bp))
104 if (BP_IS_HOLE(bp))
194 if (BP_IS_HOLE(bp) || bp->blk_birth <= td->td_min_txg)
207 if (BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp) ||
277 if (BP_IS_HOLE(bp)) {
586 if (ds != NULL && !ds->ds_is_snapshot && !BP_IS_HOLE(rootbp)) {
H A Dbptree.c158 if (bp == NULL || BP_IS_HOLE(bp))
H A Ddmu_diff.c121 if (BP_IS_HOLE(bp)) {
H A Dzio.c845 ASSERT(!BP_IS_HOLE(bp));
1164 if (!BP_IS_HOLE(bp) && zp->zp_nopwrite) {
1173 if (BP_IS_HOLE(bp) || !zp->zp_dedup)
1234 if (!BP_IS_HOLE(bp) && bp->blk_birth == zio->io_txg) {
1322 if (!BP_IS_HOLE(bp) && bp->blk_birth == zio->io_txg &&
1996 if (BP_IS_HOLE(gbp))
2055 if (BP_IS_HOLE(zio->io_bp))
2058 ASSERT(BP_IS_HOLE(&zio->io_bp_orig));
2239 if (BP_IS_HOLE(bp_orig) ||
2545 ASSERT(BP_IS_HOLE(b
[all...]
H A Ddsl_scan.c482 if (BP_IS_HOLE(bp) || bp->blk_birth <= scn->scn_phys.scn_cur_min_txg)
514 if (BP_IS_HOLE(bp) ||
568 if (BP_IS_HOLE(bp) || bp->blk_birth <= scn->scn_phys.scn_min_txg ||
764 if (BP_IS_HOLE(bp))
H A Ddmu.c1453 if (BP_IS_HOLE(bp)) {
1508 if (BP_IS_HOLE(&dr->dt.dl.dr_overridden_by) &&
1529 if (zio->io_error == 0 && !BP_IS_HOLE(bp)) {
1538 ASSERT(BP_IS_HOLE(bp_orig) || !BP_EQUAL(bp, bp_orig));
H A Ddsl_destroy.c149 ASSERT(!BP_IS_HOLE(bp));
560 if (bp == NULL || BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp))
H A Dbpobj.c465 ASSERT(!BP_IS_HOLE(bp));
H A Ddnode.c643 (BP_IS_HOLE(&dn->dn_phys->dn_blkptr[0]) ||
1584 (db->db_blkptr && !BP_IS_HOLE(db->db_blkptr))) {
1620 (db->db_blkptr && !BP_IS_HOLE(db->db_blkptr))) {
1895 BP_IS_HOLE(db->db_blkptr))) {
H A Ddmu_send.c606 } else if (BP_IS_HOLE(bp) &&
611 } else if (BP_IS_HOLE(bp)) {
1194 if (bp != NULL && !BP_IS_HOLE(bp)) {
1567 if (BP_IS_HOLE(dsl_dataset_get_blkptr(newds))) {
1715 ASSERT(!BP_IS_HOLE(dsl_dataset_get_blkptr(ds)));
H A Ddmu_tx.c798 if (!BP_IS_HOLE(bp)) {
1627 if (!BP_IS_HOLE(bp)) {
H A Darc.c4539 if (BP_IS_HOLE(bp) || BP_IS_EMBEDDED(bp)) {
4822 ASSERT(!BP_IS_EMBEDDED(bp) || !BP_IS_HOLE(bp));
5335 uint64_t psize = BP_IS_HOLE(zio->io_bp) ? 0 : BP_GET_PSIZE(zio->io_bp);
5370 if (BP_IS_HOLE(zio->io_bp) || BP_IS_EMBEDDED(zio->io_bp)) {
5442 if (BP_IS_HOLE(zio->io_bp) || BP_IS_EMBEDDED(zio->io_bp)) {
H A Dmetaslab.c3340 ASSERT(!BP_IS_HOLE(bp));
3358 ASSERT(!BP_IS_HOLE(bp));
H A Dzvol.c265 if (bp == NULL || BP_IS_HOLE(bp) ||
1024 ASSERT(BP_IS_HOLE(bp));
H A Ddsl_dataset.c120 if (BP_IS_HOLE(bp))
163 if (BP_IS_HOLE(bp))
267 (bp != NULL && BP_IS_HOLE(bp)))
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h282 #define BP_IS_HOLE(bp) DVA_IS_EMPTY(BP_IDENTITY(bp)) macro
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h324 * done through the BP_IS_HOLE macro. For holes, the logical size, level,
488 #define BP_IS_HOLE(bp) \ macro
536 } else if (BP_IS_HOLE(bp)) { \
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h425 #define BP_IS_HOLE(bp) DVA_IS_EMPTY(BP_IDENTITY(bp)) macro
426 #define BP_IS_OLDER(bp, txg) (!BP_IS_HOLE(bp) && (bp)->blk_birth < (txg))
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c338 if (BP_IS_HOLE(&zio_gb->zg_blkptr[i]))
547 if (BP_IS_HOLE(bp)) {
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1143 if (BP_IS_HOLE(gbp))
1291 if (BP_IS_HOLE(&bp)) {

Completed in 215 milliseconds

12