Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_bmap.h143 #define BMAP_RIGHT_CONTIG (1 << 1) macro
155 { BMAP_RIGHT_CONTIG, "RC" }, \
Dxfs_bmap.c1626 state |= BMAP_RIGHT_CONTIG; in xfs_bmap_add_extent_delay_real()
1633 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG)) { in xfs_bmap_add_extent_delay_real()
1635 BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1696 case BMAP_LEFT_FILLING | BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1828 case BMAP_RIGHT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1976 case BMAP_LEFT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1977 case BMAP_RIGHT_FILLING | BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1978 case BMAP_LEFT_FILLING | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1980 case BMAP_LEFT_CONTIG | BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
1982 case BMAP_RIGHT_CONTIG: in xfs_bmap_add_extent_delay_real()
[all …]