Searched defs:XFS_AGBLOCK_MIN (Results 1 – 3 of 3) sorted by relevance
440 #define XFS_AGBLOCK_MIN(a,b) min_t(xfs_agblock_t, (a), (b)) macro