Home
last modified time | relevance | path

Searched refs:XFS_FILEOFF_MIN (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_btree.h508 #define XFS_FILEOFF_MIN(a,b) min_t(xfs_fileoff_t, (a), (b)) macro
Dxfs_bmap.c5364 end = XFS_FILEOFF_MIN(end, in __xfs_bunmapi()
/Linux-v6.6/fs/xfs/
Dxfs_iomap.c480 alloc_blocks = XFS_FILEOFF_MIN(roundup_pow_of_two(XFS_MAX_BMBT_EXTLEN), in xfs_iomap_prealloc_size()