Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ialloc.c119 xfs_inobt_get_rec( in xfs_inobt_get_rec() function
251 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_check_agi_freecount()
575 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_inobt_insert_sprec()
1073 error = xfs_inobt_get_rec(cur, rec, &i); in xfs_ialloc_next_rec()
1097 error = xfs_inobt_get_rec(cur, rec, &i); in xfs_ialloc_get_rec()
1182 error = xfs_inobt_get_rec(cur, &rec, &j); in xfs_dialloc_ag_inobt()
1320 error = xfs_inobt_get_rec(cur, &rec, &j); in xfs_dialloc_ag_inobt()
1343 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_dialloc_ag_inobt()
1409 error = xfs_inobt_get_rec(lcur, rec, &i); in xfs_dialloc_ag_finobt_near()
1432 error = xfs_inobt_get_rec(rcur, &rrec, &j); in xfs_dialloc_ag_finobt_near()
[all …]
Dxfs_ialloc.h143 int xfs_inobt_get_rec(struct xfs_btree_cur *cur,
/Linux-v4.19/fs/xfs/
Dxfs_itable.c216 error = xfs_inobt_get_rec(cur, irec, &stat); in xfs_bulkstat_grab_ichunk()
427 error = xfs_inobt_get_rec(cur, &r, &stat); in xfs_bulkstat()
582 error = xfs_inobt_get_rec(cur, &r, &stat); in xfs_inumbers()
/Linux-v4.19/fs/xfs/scrub/
Dinode.c454 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()