Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/scrub/
Dalloc.c63 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
Dagheader.c413 error = xfs_alloc_lookup_le(sc->sa.cnt_cur, 0, -1U, &have); in xchk_agf_xref_cntbt()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_alloc.h165 xfs_alloc_lookup_le(
Dxfs_alloc.c197 xfs_alloc_lookup_le( in xfs_alloc_lookup_le() function
1210 error = xfs_alloc_lookup_le(bno_cur, args->agbno, args->minlen, &i); in xfs_alloc_ag_vextent_exact()
1366 error = xfs_alloc_lookup_le(acur->bnolt, args->agbno, 0, &i); in xfs_alloc_ag_vextent_locality()
1934 if ((error = xfs_alloc_lookup_le(bno_cur, bno, len, &haveleft))) in xfs_free_ag_extent()
/Linux-v6.6/fs/xfs/
Dxfs_discard.c183 error = xfs_alloc_lookup_le(cur, tcur->ar_startblock, in xfs_trim_gather_extents()