Home
last modified time | relevance | path

Searched refs:xfs_inobt_get_rec (Results 1 – 4 of 4) 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(rcur, &rrec, &j); 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/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.c670 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()