Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_alloc_btree.h241 xfs_alloc_lookup_le(
Dxfs_alloc.c674 if ((error = xfs_alloc_lookup_le(bno_cur, args->agbno, args->minlen, &i))) in xfs_alloc_ag_vextent_exact()
951 if ((error = xfs_alloc_lookup_le(bno_cur_lt, args->agbno, args->maxlen, &i))) in xfs_alloc_ag_vextent_near()
1563 if ((error = xfs_alloc_lookup_le(bno_cur, bno, len, &haveleft))) in xfs_free_ag_extent()
Dxfs_alloc_btree.c2125 xfs_alloc_lookup_le( in xfs_alloc_lookup_le() function