Home
last modified time | relevance | path

Searched refs:MAXEXTLEN (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_types.h141 #define MAXEXTLEN ((xfs_extlen_t)0x001fffff) /* 21 bits */ macro
Dxfs_bmap.c792 LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN); in xfs_bmap_add_extent_delay_real()
810 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_delay_real()
814 <= MAXEXTLEN)); in xfs_bmap_add_extent_delay_real()
1373 LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN); in xfs_bmap_add_extent_unwritten_real()
1391 new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_unwritten_real()
1395 <= MAXEXTLEN)); in xfs_bmap_add_extent_unwritten_real()
1915 left.br_blockcount + new->br_blockcount <= MAXEXTLEN); in xfs_bmap_add_extent_hole_delay()
1919 new->br_blockcount + right.br_blockcount <= MAXEXTLEN && in xfs_bmap_add_extent_hole_delay()
1922 right.br_blockcount <= MAXEXTLEN))); in xfs_bmap_add_extent_hole_delay()
2111 left.br_blockcount + new->br_blockcount <= MAXEXTLEN); in xfs_bmap_add_extent_hole_real()
[all …]