Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_bmap.h152 #define BMAP_RIGHT_CONTIG (1 << 1) macro
163 { BMAP_RIGHT_CONTIG, "RC" }, \
Dxfs_bmap.c1809 state |= BMAP_RIGHT_CONTIG; in xfs_bmap_add_extent_delay_real()
1816 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) { in xfs_bmap_add_extent_delay_real()
1818 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1892 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
2037 case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
2208 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
2209 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
2210 case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
2212 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
2214 case BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
[all …]