Searched refs:xfs_alloc_lookup_le (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | alloc.c | 54 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
|
H A D | agheader.c | 391 error = xfs_alloc_lookup_le(sc->sa.cnt_cur, 0, -1U, &have); in xchk_agf_xref_cntbt()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.h | 187 xfs_alloc_lookup_le(
|
H A D | xfs_alloc.c | 183 xfs_alloc_lookup_le( in xfs_alloc_lookup_le() function 1228 error = xfs_alloc_lookup_le(bno_cur, args->agbno, args->minlen, &i); in xfs_alloc_ag_vextent_exact() 1385 error = xfs_alloc_lookup_le(acur->bnolt, args->agbno, 0, &i); in xfs_alloc_ag_vextent_locality() 1918 if ((error = xfs_alloc_lookup_le(bno_cur, bno, len, &haveleft))) in xfs_free_ag_extent()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | alloc.c | 63 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
|
H A D | agheader.c | 413 error = xfs_alloc_lookup_le(sc->sa.cnt_cur, 0, -1U, &have); in xchk_agf_xref_cntbt()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.h | 165 xfs_alloc_lookup_le(
|
H A D | xfs_alloc.c | 197 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()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_discard.c | 183 error = xfs_alloc_lookup_le(cur, tcur->ar_startblock, in xfs_trim_gather_extents()
|
Completed in 15 milliseconds