Home
last modified time | relevance | path

Searched refs:frec (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/fs/xfs/scrub/
Dialloc.c72 struct xfs_inobt_rec_incore frec; in xchk_inobt_xref_finobt() local
87 error = xfs_inobt_get_rec(cur, &frec, &has_record); in xchk_inobt_xref_finobt()
91 if (frec.ir_startino + XFS_INODES_PER_CHUNK <= agino) in xchk_inobt_xref_finobt()
95 frec_idx = agino - frec.ir_startino; in xchk_inobt_xref_finobt()
96 ffree = frec.ir_free & (1ULL << frec_idx); in xchk_inobt_xref_finobt()
98 fhole = frec.ir_holemask & (1U << fhole_idx); in xchk_inobt_xref_finobt()
170 struct xfs_inobt_rec_incore *frec, in xchk_finobt_xref_inobt() argument
222 struct xfs_inobt_rec_incore *frec, in xchk_finobt_chunk_xref_inobt() argument
235 for (i = agino, rec_idx = agino - frec->ir_startino; in xchk_finobt_chunk_xref_inobt()
241 ffree = frec->ir_free & (1ULL << rec_idx); in xchk_finobt_chunk_xref_inobt()
[all …]
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_ialloc.c1412 struct xfs_inobt_rec_incore *frec, /* finobt record */ in xfs_dialloc_ag_update_inobt() argument
1419 error = xfs_inobt_lookup(cur, frec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag_update_inobt()
1437 rec.ir_free != frec->ir_free || in xfs_dialloc_ag_update_inobt()
1438 rec.ir_freecount != frec->ir_freecount)) in xfs_dialloc_ag_update_inobt()