Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A 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()
587 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_inobt_insert_sprec()
998 error = xfs_inobt_get_rec(cur, rec, &i); in xfs_ialloc_next_rec()
1025 error = xfs_inobt_get_rec(cur, rec, &i); in xfs_ialloc_get_rec()
1141 error = xfs_inobt_get_rec(cur, &rec, &j); in xfs_dialloc_ag_inobt()
1283 error = xfs_inobt_get_rec(cur, &rec, &j); in xfs_dialloc_ag_inobt()
1310 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_dialloc_ag_inobt()
1389 error = xfs_inobt_get_rec(lcur, rec, &i); in xfs_dialloc_ag_finobt_near()
1415 error = xfs_inobt_get_rec(rcu in xfs_dialloc_ag_finobt_near()
[all...]
H A Dxfs_ialloc.h83 int xfs_inobt_get_rec(struct xfs_btree_cur *cur,
/linux/fs/xfs/
H A Dxfs_iwalk.c299 error = xfs_inobt_get_rec(*curpp, irec, has_more); in xfs_iwalk_ag_start()
419 error = xfs_inobt_get_rec(cur, irec, &has_more); in xfs_iwalk_ag()
/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 Discan.c133 error = xfs_inobt_get_rec(cur, &rec, &has_rec); in xchk_iscan_find_next()
H A Dinode.c677 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()