Searched refs:xfs_extent_busy_trim (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_extent_busy.h | 50 xfs_extent_busy_trim(struct xfs_alloc_arg *args, xfs_agblock_t *bno,
|
H A D | xfs_extent_busy.c | 330 * with another call to xfs_extent_busy_trim() before it can be used. 333 xfs_extent_busy_trim( in xfs_extent_busy_trim() function
|
H A D | xfs_trace.h | 1518 TRACE_EVENT(xfs_extent_busy_trim,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_extent_busy.h | 69 xfs_extent_busy_trim(struct xfs_alloc_arg *args, xfs_agblock_t *bno,
|
H A D | xfs_extent_busy.c | 342 * with another call to xfs_extent_busy_trim() before it can be used. 345 xfs_extent_busy_trim( in xfs_extent_busy_trim() function
|
H A D | xfs_trace.h | 1655 TRACE_EVENT(xfs_extent_busy_trim,
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 285 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen); in xfs_alloc_compute_aligned() 1251 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 330 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen); in xfs_alloc_compute_aligned() 1233 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact()
|
Completed in 34 milliseconds