Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.h90 #define XFS_ALLOC_AG_MAX_USABLE(mp) \ macro
Dxfs_bmap.c3711 args.maxlen = MIN(ap->length, XFS_ALLOC_AG_MAX_USABLE(mp)); in xfs_bmap_btalloc()
/linux-4.4.14/fs/xfs/
Dxfs_discard.c182 range.minlen > XFS_FSB_TO_B(mp, XFS_ALLOC_AG_MAX_USABLE(mp)) || in xfs_ioc_trim()