Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_btree.h452 #define XFS_FILEOFF_MIN(a,b) min_t(xfs_fileoff_t, (a), (b)) macro
H A Dxfs_bmap.c5529 end = XFS_FILEOFF_MIN(end, in __xfs_bunmapi()