Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_bmap.h129 #define BMAP_RIGHT_CONTIG (1u << 1) macro
141 { BMAP_RIGHT_CONTIG, "RC" }, \
Dxfs_bmap.c1501 state |= BMAP_RIGHT_CONTIG; in xfs_bmap_add_extent_delay_real()
1508 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) { in xfs_bmap_add_extent_delay_real()
1510 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1583 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1734 case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1898 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1899 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1900 case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1902 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1904 case BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
[all …]