Searched refs:xfs_alloc_lookup_le (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/scrub/ |
D | alloc.c | 54 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
|
D | agheader.c | 391 error = xfs_alloc_lookup_le(sc->sa.cnt_cur, 0, -1U, &have); in xchk_agf_xref_cntbt()
|
/fs/xfs/libxfs/ |
D | xfs_alloc.h | 201 xfs_alloc_lookup_le(
|
D | xfs_alloc.c | 175 xfs_alloc_lookup_le( in xfs_alloc_lookup_le() function 909 error = xfs_alloc_lookup_le(bno_cur, args->agbno, args->minlen, &i); in xfs_alloc_ag_vextent_exact() 1305 if ((error = xfs_alloc_lookup_le(bno_cur_lt, args->agbno, args->maxlen, &i))) in xfs_alloc_ag_vextent_near() 1730 if ((error = xfs_alloc_lookup_le(bno_cur, bno, len, &haveleft))) in xfs_free_ag_extent()
|