Searched refs:MAXEXTLEN (Results 1 – 2 of 2) sorted by relevance
151 #define MAXEXTLEN ((xfs_extlen_t)0x001fffff) /* 21 bits */ macro
788 LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN); in xfs_bmap_add_extent_delay_real()806 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_delay_real()810 <= MAXEXTLEN)); in xfs_bmap_add_extent_delay_real()1327 LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN); in xfs_bmap_add_extent_unwritten_real()1345 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_unwritten_real()1349 <= MAXEXTLEN)); in xfs_bmap_add_extent_unwritten_real()1826 left.br_blockcount + new->br_blockcount <= MAXEXTLEN); in xfs_bmap_add_extent_hole_delay()1830 new->br_blockcount + right.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_hole_delay()1833 right.br_blockcount <= MAXEXTLEN))); in xfs_bmap_add_extent_hole_delay()1997 left.br_blockcount + new->br_blockcount <= MAXEXTLEN); in xfs_bmap_add_extent_hole_real()[all …]