Lines Matching refs:rec
151 union xfs_btree_rec *rec) in xfs_inobt_init_key_from_rec() argument
153 key->inobt.ir_startino = rec->inobt.ir_startino; in xfs_inobt_init_key_from_rec()
159 union xfs_btree_rec *rec) in xfs_inobt_init_rec_from_key() argument
161 rec->inobt.ir_startino = key->inobt.ir_startino; in xfs_inobt_init_rec_from_key()
167 union xfs_btree_rec *rec) in xfs_inobt_init_rec_from_cur() argument
169 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino); in xfs_inobt_init_rec_from_cur()
171 rec->inobt.ir_u.sp.ir_holemask = in xfs_inobt_init_rec_from_cur()
173 rec->inobt.ir_u.sp.ir_count = cur->bc_rec.i.ir_count; in xfs_inobt_init_rec_from_cur()
174 rec->inobt.ir_u.sp.ir_freecount = cur->bc_rec.i.ir_freecount; in xfs_inobt_init_rec_from_cur()
177 rec->inobt.ir_u.f.ir_freecount = in xfs_inobt_init_rec_from_cur()
180 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
442 struct xfs_inobt_rec_incore *rec) in xfs_inobt_irec_to_allocmask() argument
462 allocbitmap = ~rec->ir_holemask & ((1 << XFS_INOBT_HOLEMASK_BITS) - 1); in xfs_inobt_irec_to_allocmask()
472 ASSERT(nextbit < (sizeof(rec->ir_holemask) * NBBY)); in xfs_inobt_irec_to_allocmask()
490 struct xfs_inobt_rec_incore *rec) in xfs_inobt_rec_check_count() argument
498 allocbmap = xfs_inobt_irec_to_allocmask(rec); in xfs_inobt_rec_check_count()
507 if (inocount != rec->ir_count) in xfs_inobt_rec_check_count()