Home
last modified time | relevance | path

Searched refs:xfs_inobt_get_rec (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc.c158 xfs_inobt_get_rec( in xfs_inobt_get_rec() function
266 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_check_agi_freecount()
585 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_inobt_insert_sprec()
1000 error = xfs_inobt_get_rec(cur, rec, &i); in xfs_ialloc_next_rec()
1027 error = xfs_inobt_get_rec(cur, rec, &i); in xfs_ialloc_get_rec()
1143 error = xfs_inobt_get_rec(cur, &rec, &j); in xfs_dialloc_ag_inobt()
1285 error = xfs_inobt_get_rec(cur, &rec, &j); in xfs_dialloc_ag_inobt()
1312 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_dialloc_ag_inobt()
1391 error = xfs_inobt_get_rec(lcur, rec, &i); in xfs_dialloc_ag_finobt_near()
1417 error = xfs_inobt_get_rec(rcur, &rrec, &j); in xfs_dialloc_ag_finobt_near()
[all …]
Dxfs_ialloc.h83 int xfs_inobt_get_rec(struct xfs_btree_cur *cur,
/linux-6.12.1/fs/xfs/
Dxfs_iwalk.c300 error = xfs_inobt_get_rec(*curpp, irec, has_more); in xfs_iwalk_ag_start()
423 error = xfs_inobt_get_rec(cur, irec, &has_more); in xfs_iwalk_ag()
/linux-6.12.1/fs/xfs/scrub/
Dialloc.c87 error = xfs_inobt_get_rec(cur, &frec, &has_record); in xchk_inobt_xref_finobt()
190 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xchk_finobt_xref_inobt()
Discan.c133 error = xfs_inobt_get_rec(cur, &rec, &has_rec); in xchk_iscan_find_next()
Dinode.c630 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()