Lines Matching defs:hole
1404 * to ensure the hole at the specified object offset is large enough to
1826 * detect a hole where there is really data, leading to silent corruption.
2399 * Set i to the blockid of the next non-hole
2522 * Scans a block at the indicated "level" looking for a hole or data,
2548 boolean_t hole;
2553 hole = ((flags & DNODE_FIND_HOLE) != 0);
2555 ASSERT(txg == 0 || !hole);
2567 if (hole)
2605 if ((dnp[i].dn_type == DMU_OT_NONE) == hole)
2621 if (hole)
2638 (hole || BP_GET_LOGICAL_BIRTH(&bp[i]) > txg))
2671 * Find the next hole, data, or sparse region at or after *offset.
2680 * Finds the next/previous hole/data in a file.
2734 * There's always a "virtual hole" at the end of the object, even