Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.c761 #define CRIGHT_CONTIG 0x02 macro
763 #define CBOTH_CONTIG (CLEFT_CONTIG | CRIGHT_CONTIG)
793 state |= CRIGHT_CONTIG; in xmi_delta_nextents_step()
796 state &= ~CRIGHT_CONTIG; in xmi_delta_nextents_step()
808 switch (state & (CLEFT_CONTIG | CRIGHT_CONTIG | CHOLE)) { in xmi_delta_nextents_step()
809 case CLEFT_CONTIG | CRIGHT_CONTIG: in xmi_delta_nextents_step()
827 case CRIGHT_CONTIG: in xmi_delta_nextents_step()