ir_holemask      1304 fs/xfs/libxfs/xfs_format.h 			__be16	ir_holemask;/* hole mask for sparse chunks */
ir_holemask      1314 fs/xfs/libxfs/xfs_format.h 	uint16_t	ir_holemask;	/* hole mask for sparse chunks */
ir_holemask        42 fs/xfs/libxfs/xfs_ialloc.c 	cur->bc_rec.i.ir_holemask = 0;
ir_holemask        62 fs/xfs/libxfs/xfs_ialloc.c 		rec.inobt.ir_u.sp.ir_holemask = cpu_to_be16(irec->ir_holemask);
ir_holemask        82 fs/xfs/libxfs/xfs_ialloc.c 		irec->ir_holemask = be16_to_cpu(rec->inobt.ir_u.sp.ir_holemask);
ir_holemask        90 fs/xfs/libxfs/xfs_ialloc.c 		irec->ir_holemask = XFS_INOBT_HOLEMASK_FULL;
ir_holemask       128 fs/xfs/libxfs/xfs_ialloc.c 	if (!xfs_inobt_issparse(irec->ir_holemask))
ir_holemask       144 fs/xfs/libxfs/xfs_ialloc.c 		irec->ir_free, irec->ir_holemask);
ir_holemask       160 fs/xfs/libxfs/xfs_ialloc.c 	cur->bc_rec.i.ir_holemask = holemask;
ir_holemask       459 fs/xfs/libxfs/xfs_ialloc.c 	if (!xfs_inobt_issparse(trec->ir_holemask) ||
ir_holemask       460 fs/xfs/libxfs/xfs_ialloc.c 	    !xfs_inobt_issparse(srec->ir_holemask))
ir_holemask       499 fs/xfs/libxfs/xfs_ialloc.c 	trec->ir_holemask &= srec->ir_holemask;
ir_holemask       542 fs/xfs/libxfs/xfs_ialloc.c 		error = xfs_inobt_insert_rec(cur, nrec->ir_holemask,
ir_holemask       573 fs/xfs/libxfs/xfs_ialloc.c 					 rec.ir_holemask, nrec->ir_startino,
ir_holemask       574 fs/xfs/libxfs/xfs_ialloc.c 					 nrec->ir_holemask);
ir_holemask       580 fs/xfs/libxfs/xfs_ialloc.c 					  nrec->ir_holemask);
ir_holemask       821 fs/xfs/libxfs/xfs_ialloc.c 		rec.ir_holemask = ~allocmask;
ir_holemask       838 fs/xfs/libxfs/xfs_ialloc.c 				  rec.ir_holemask, rec.ir_count);
ir_holemask      1102 fs/xfs/libxfs/xfs_ialloc.c 	if (!xfs_inobt_issparse(rec->ir_holemask))
ir_holemask      1839 fs/xfs/libxfs/xfs_ialloc.c 	if (!xfs_inobt_issparse(rec->ir_holemask)) {
ir_holemask      1848 fs/xfs/libxfs/xfs_ialloc.c 	ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0]));
ir_holemask      1849 fs/xfs/libxfs/xfs_ialloc.c 	holemask[0] = rec->ir_holemask;
ir_holemask      2057 fs/xfs/libxfs/xfs_ialloc.c 		error = xfs_inobt_insert_rec(cur, ibtrec->ir_holemask,
ir_holemask      2670 fs/xfs/libxfs/xfs_ialloc.c 		holemask = irec.ir_holemask;
ir_holemask       195 fs/xfs/libxfs/xfs_ialloc_btree.c 		rec->inobt.ir_u.sp.ir_holemask =
ir_holemask       196 fs/xfs/libxfs/xfs_ialloc_btree.c 					cpu_to_be16(cur->bc_rec.i.ir_holemask);
ir_holemask       488 fs/xfs/libxfs/xfs_ialloc_btree.c 	allocbitmap = ~rec->ir_holemask & ((1 << XFS_INOBT_HOLEMASK_BITS) - 1);
ir_holemask       498 fs/xfs/libxfs/xfs_ialloc_btree.c 		ASSERT(nextbit < (sizeof(rec->ir_holemask) * NBBY));
ir_holemask       222 fs/xfs/scrub/ialloc.c 	uint16_t			ir_holemask;
ir_holemask       245 fs/xfs/scrub/ialloc.c 	ir_holemask = (irec->ir_holemask & cluster_mask);
ir_holemask       259 fs/xfs/scrub/ialloc.c 			cluster_mask, ir_holemask,
ir_holemask       264 fs/xfs/scrub/ialloc.c 	if (ir_holemask != cluster_mask && ir_holemask != 0) {
ir_holemask       270 fs/xfs/scrub/ialloc.c 	if (ir_holemask) {
ir_holemask       464 fs/xfs/scrub/ialloc.c 	if (!xfs_inobt_issparse(irec.ir_holemask)) {
ir_holemask       476 fs/xfs/scrub/ialloc.c 	holemask = irec.ir_holemask;