Lines Matching defs:holemask
142 "start inode 0x%x, count 0x%x, free 0x%x freemask 0x%llx, holemask 0x%x",
180 uint16_t holemask,
186 cur->bc_rec.i.ir_holemask = holemask;
518 * Merge the holemask and free mask. For both fields, 0 bits refer to
859 "invalid sparse inode record: ino 0x%llx holemask 0x%x count %u",
981 * is sparsely allocated, we convert the record holemask to inode granularity
1850 DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS);
1860 /* holemask is only 16-bits (fits in an unsigned long) */
1861 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0]));
1862 holemask[0] = rec->ir_holemask;
1866 * holemask and convert the start/end index of each range to an extent.
1870 startidx = endidx = find_first_zero_bit(holemask,
1876 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS,