Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c152 xfs_inobt_get_rec( in xfs_inobt_get_rec() function
257 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_check_agi_freecount()
581 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_inobt_insert_sprec()
944 error = xfs_inobt_get_rec(cur, rec, &i); in xfs_ialloc_next_rec()
969 error = xfs_inobt_get_rec(cur, rec, &i); in xfs_ialloc_get_rec()
1055 error = xfs_inobt_get_rec(cur, &rec, &j); in xfs_dialloc_ag_inobt()
1196 error = xfs_inobt_get_rec(cur, &rec, &j); in xfs_dialloc_ag_inobt()
1222 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_dialloc_ag_inobt()
1292 error = xfs_inobt_get_rec(lcur, rec, &i); in xfs_dialloc_ag_finobt_near()
1316 error = xfs_inobt_get_rec(rcur, &rrec, &j); in xfs_dialloc_ag_finobt_near()
[all …]
H A Dxfs_ialloc.h80 int xfs_inobt_get_rec(struct xfs_btree_cur *cur,
/openbmc/linux/fs/xfs/
H A Dxfs_iwalk.c306 error = xfs_inobt_get_rec(*curpp, irec, has_more); in xfs_iwalk_ag_start()
429 error = xfs_inobt_get_rec(cur, irec, &has_more); in xfs_iwalk_ag()
/openbmc/linux/fs/xfs/scrub/
H A 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()
H A Dinode.c621 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()