Lines Matching refs:rec
171 union xfs_btree_rec *rec) in xfs_inobt_init_key_from_rec() argument
173 key->inobt.ir_startino = rec->inobt.ir_startino; in xfs_inobt_init_key_from_rec()
179 union xfs_btree_rec *rec) in xfs_inobt_init_high_key_from_rec() argument
183 x = be32_to_cpu(rec->inobt.ir_startino); in xfs_inobt_init_high_key_from_rec()
191 union xfs_btree_rec *rec) in xfs_inobt_init_rec_from_cur() argument
193 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino); in xfs_inobt_init_rec_from_cur()
195 rec->inobt.ir_u.sp.ir_holemask = in xfs_inobt_init_rec_from_cur()
197 rec->inobt.ir_u.sp.ir_count = cur->bc_rec.i.ir_count; in xfs_inobt_init_rec_from_cur()
198 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount; in xfs_inobt_init_rec_from_cur()
201 rec->inobt.ir_u.f.ir_freecount = in xfs_inobt_init_rec_from_cur()
204 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
468 struct xfs_inobt_rec_incore *rec) in xfs_inobt_irec_to_allocmask() argument
488 allocbitmap = ~rec->ir_holemask & ((1 << XFS_INOBT_HOLEMASK_BITS) - 1); in xfs_inobt_irec_to_allocmask()
498 ASSERT(nextbit < (sizeof(rec->ir_holemask) * NBBY)); in xfs_inobt_irec_to_allocmask()
516 struct xfs_inobt_rec_incore *rec) in xfs_inobt_rec_check_count() argument
524 allocbmap = xfs_inobt_irec_to_allocmask(rec); in xfs_inobt_rec_check_count()
533 if (inocount != rec->ir_count) in xfs_inobt_rec_check_count()