Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dalloc.c75 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
H A Dagheader.c480 error = xfs_alloc_lookup_le(sc->sa.cnt_cur, 0, -1U, &have); in xchk_agf_xref_cntbt()
/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h166 xfs_alloc_lookup_le(
H A Dxfs_alloc.c206 xfs_alloc_lookup_le( in xfs_alloc_lookup_le() function
1342 error = xfs_alloc_lookup_le(bno_cur, args->agbno, args->minlen, &i); in xfs_alloc_ag_vextent_exact()
1500 error = xfs_alloc_lookup_le(acur->bnolt, args->agbno, 0, &i); in xfs_alloc_ag_vextent_locality()
2080 if ((error = xfs_alloc_lookup_le(bno_cur, bno, len, &haveleft))) in xfs_free_ag_extent()