Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_exchmaps.c763 #define CRIGHT_CONTIG 0x02 macro
765 #define CBOTH_CONTIG (CLEFT_CONTIG | CRIGHT_CONTIG)
795 state |= CRIGHT_CONTIG; in xmi_delta_nextents_step()
798 state &= ~CRIGHT_CONTIG; in xmi_delta_nextents_step()
810 switch (state & (CLEFT_CONTIG | CRIGHT_CONTIG | CHOLE)) { in xmi_delta_nextents_step()
811 case CLEFT_CONTIG | CRIGHT_CONTIG: in xmi_delta_nextents_step()
829 case CRIGHT_CONTIG: in xmi_delta_nextents_step()