Searched refs:xfs_extent_busy_search (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_extent_busy.h | 42 xfs_extent_busy_search(struct xfs_mount *mp, xfs_agnumber_t agno,
|
H A D | xfs_discard.c | 111 if (xfs_extent_busy_search(mp, agno, fbno, flen)) { in xfs_trim_extents()
|
H A D | xfs_extent_busy.c | 75 * xfs_extent_busy_search(). This function returns 0 for no overlapping busy 82 xfs_extent_busy_search( in xfs_extent_busy_search() function
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_extent_busy.h | 61 xfs_extent_busy_search(struct xfs_mount *mp, struct xfs_perag *pag,
|
H A D | xfs_discard.c | 252 if (xfs_extent_busy_search(mp, pag, fbno, flen)) { in xfs_trim_gather_extents()
|
H A D | xfs_extent_busy.c | 95 * xfs_extent_busy_search(). This function returns 0 for no overlapping busy 102 xfs_extent_busy_search( in xfs_extent_busy_search() function
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 1182 ASSERT(!xfs_extent_busy_search(args->mp, args->agno, in xfs_alloc_ag_vextent()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 3431 ASSERT(!xfs_extent_busy_search(mp, args->pag, args->agbno, in xfs_alloc_vextent_finish()
|
Completed in 17 milliseconds