Searched defs:XFS_EXTLEN_MIN (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.h447 #define XFS_EXTLEN_MIN(a,b) min_t(xfs_extlen_t, (a), (b)) macro

Completed in 339 milliseconds