Searched refs:XFS_FILBLKS_MIN (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_iomap.c | 1123 newlen = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp), in xfs_bmap_add_extent_hole_delay() 1143 newlen = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp), in xfs_bmap_add_extent_hole_delay() 1161 newlen = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, temp), in xfs_bmap_add_extent_hole_delay() 1230 alen = XFS_FILBLKS_MIN(len + prealloc, XFS_MAX_BMBT_EXTLEN); in xfs_bmapi_reserve_delalloc() 1232 alen = XFS_FILBLKS_MIN(alen, got->br_startoff - aoff); in xfs_bmapi_reserve_delalloc()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_bmap.c | 1704 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp), in xfs_bmap_add_extent_delay_real() 1775 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp), in xfs_bmap_add_extent_delay_real() 1815 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(bma->ip, temp), in xfs_bmap_add_extent_delay_real() 3753 mval->br_blockcount = XFS_FILBLKS_MIN(end - *bno, in xfs_bmapi_trim_map() 3875 XFS_FILBLKS_MIN(len, got.br_startoff - bno); in xfs_bmapi_read() 4258 bma.length = XFS_FILBLKS_MIN(len, XFS_MAX_BMBT_EXTLEN); in xfs_bmapi_write() 4261 bma.length = XFS_FILBLKS_MIN(bma.length, in xfs_bmapi_write() 4266 bma.length = XFS_FILBLKS_MIN(bma.length, in xfs_bmapi_write() 4723 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, in xfs_bmap_del_extent_delay() 4733 da_new = XFS_FILBLKS_MIN(xfs_bmap_worst_indlen(ip, in xfs_bmap_del_extent_delay() [all …]
|
| H A D | xfs_btree.h | 454 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b)) macro
|