Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.c766 #define NRIGHT_CONTIG 0x20 macro
768 #define NBOTH_CONTIG (NLEFT_CONTIG | NRIGHT_CONTIG)
803 state |= NRIGHT_CONTIG; in xmi_delta_nextents_step()
806 state &= ~NRIGHT_CONTIG; in xmi_delta_nextents_step()
832 switch (state & (NLEFT_CONTIG | NRIGHT_CONTIG | NHOLE)) { in xmi_delta_nextents_step()
833 case NLEFT_CONTIG | NRIGHT_CONTIG: in xmi_delta_nextents_step()
848 case NRIGHT_CONTIG: in xmi_delta_nextents_step()