Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_bmap.h128 #define BMAP_RIGHT_CONTIG (1u << 1) macro
140 { BMAP_RIGHT_CONTIG, "RC" }, \
Dxfs_bmap.c1477 state |= BMAP_RIGHT_CONTIG; in xfs_bmap_add_extent_delay_real()
1484 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) { in xfs_bmap_add_extent_delay_real()
1486 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1559 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1710 case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1874 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1875 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1876 case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1878 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1880 case BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
[all …]