Lines Matching defs:hole
1683 * Set i to the blockid of the next non-hole
1832 * Scans a block at the indicated "level" looking for a hole or data,
1858 boolean_t hole;
1864 hole = ((flags & DNODE_FIND_HOLE) != 0);
1866 ASSERT(txg == 0 || !hole);
1878 if (hole)
1913 if ((dnp[i].dn_type == DMU_OT_NONE) == hole)
1926 if (hole)
1936 (hole || bp[i].blk_birth > txg))
1960 * Find the next hole, data, or sparse region at or after *offset.
1969 * Finds the next/previous hole/data in a file.
2023 * There's always a "virtual hole" at the end of the object, even