Searched defs:XFS_EXTLEN_MIN (Results 1 – 3 of 3) sorted by relevance
438 #define XFS_EXTLEN_MIN(a,b) min_t(xfs_extlen_t, (a), (b)) macro