Searched refs:xfs_bmap_longest_free_extent (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_filestream.c | 79 err = xfs_bmap_longest_free_extent(pag, NULL, longest); in xfs_filestream_pick_ag() 128 * Allow a second pass to give xfs_bmap_longest_free_extent() in xfs_filestream_pick_ag() 246 error = xfs_bmap_longest_free_extent(pag, args->tp, longest); in xfs_filestream_lookup_association()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_bmap.h | 172 int xfs_bmap_longest_free_extent(struct xfs_perag *pag,
|
H A D | xfs_bmap.c | 3179 xfs_bmap_longest_free_extent( in xfs_bmap_longest_free_extent() function 3251 error = xfs_bmap_longest_free_extent(pag, args->tp, blen); in xfs_bmap_btalloc_select_lengths()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 3278 xfs_bmap_longest_free_extent( in xfs_bmap_longest_free_extent() function 3360 error = xfs_bmap_longest_free_extent(args->tp, ag, blen, in xfs_bmap_btalloc_nullfb() 3393 error = xfs_bmap_longest_free_extent(args->tp, ag, blen, ¬init); in xfs_bmap_btalloc_filestreams() 3402 error = xfs_bmap_longest_free_extent(args->tp, ag, blen, in xfs_bmap_btalloc_filestreams()
|
Completed in 14 milliseconds