Lines Matching defs:rec
196 const union xfs_btree_rec *rec)
198 key->inobt.ir_startino = rec->inobt.ir_startino;
204 const union xfs_btree_rec *rec)
208 x = be32_to_cpu(rec->inobt.ir_startino);
216 union xfs_btree_rec *rec)
218 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino);
220 rec->inobt.ir_u.sp.ir_holemask =
222 rec->inobt.ir_u.sp.ir_count = cur->bc_rec.i.ir_count;
223 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount;
226 rec->inobt.ir_u.f.ir_freecount =
229 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free);
628 const struct xfs_inobt_rec_incore *rec)
648 allocbitmap = ~rec->ir_holemask & ((1 << XFS_INOBT_HOLEMASK_BITS) - 1);
658 ASSERT(nextbit < (sizeof(rec->ir_holemask) * NBBY));
676 struct xfs_inobt_rec_incore *rec)
684 allocbmap = xfs_inobt_irec_to_allocmask(rec);
693 if (inocount != rec->ir_count)