Searched refs:xfs_alloc_lookup_ge (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_alloc.h | 173 xfs_alloc_lookup_ge(
|
D | xfs_alloc.c | 192 xfs_alloc_lookup_ge( in xfs_alloc_lookup_ge() function 966 error = xfs_alloc_lookup_ge(acur->cnt, 0, args->maxlen, &i); in xfs_alloc_cur_setup() 1150 error = xfs_alloc_lookup_ge(cur, args->agbno, cur_len, &i); in xfs_alloc_cntbt_iter() 1497 error = xfs_alloc_lookup_ge(acur->cnt, args->agbno, acur->cur_len, &i); in xfs_alloc_ag_vextent_locality() 1503 error = xfs_alloc_lookup_ge(acur->bnogt, args->agbno, 0, &i); in xfs_alloc_ag_vextent_locality() 1819 if ((error = xfs_alloc_lookup_ge(cnt_cur, 0, in xfs_alloc_ag_vextent_size() 2798 error = xfs_alloc_lookup_ge(cnt_cur, 0, args->minlen, stat); in xfs_exact_minlen_extent_available()
|
/linux-6.14.4/fs/xfs/ |
D | xfs_discard.c | 212 error = xfs_alloc_lookup_ge(cur, tcur->start, 0, &i); in xfs_trim_gather_extents() 216 error = xfs_alloc_lookup_ge(cur, 0, tcur->count, &i); in xfs_trim_gather_extents()
|