Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_bmap.h143 #define BMAP_RIGHT_CONTIG (1 << 1) macro
155 { BMAP_RIGHT_CONTIG, "RC" }, \
Dxfs_bmap.c1530 state |= BMAP_RIGHT_CONTIG; in xfs_bmap_add_extent_delay_real()
1537 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) { in xfs_bmap_add_extent_delay_real()
1539 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1612 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1763 case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1927 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1928 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1929 case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1931 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1933 case BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
[all …]