Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc.c208 xfs_alloc_get_rec( in xfs_alloc_get_rec() function
434 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
449 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
727 error = xfs_alloc_get_rec(ccur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_small()
915 error = xfs_alloc_get_rec(bno_cur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_exact()
1016 error = xfs_alloc_get_rec(*scur, sbno, slen, &i); in xfs_alloc_find_best_extent()
1197 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, in xfs_alloc_ag_vextent_near()
1218 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i))) in xfs_alloc_ag_vextent_near()
1253 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i))) in xfs_alloc_ag_vextent_near()
1337 if ((error = xfs_alloc_get_rec(bno_cur_lt, &ltbno, &ltlen, &i))) in xfs_alloc_ag_vextent_near()
[all …]
Dxfs_alloc.h215 xfs_alloc_get_rec(
/fs/xfs/scrub/
Dalloc.c62 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
Dagheader.c401 error = xfs_alloc_get_rec(sc->sa.cnt_cur, &agbno, &blocks, &have); in xchk_agf_xref_cntbt()
/fs/xfs/
Dxfs_discard.c70 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_extents()