Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_exchmaps.c768 #define NRIGHT_CONTIG 0x20 macro
770 #define NBOTH_CONTIG (NLEFT_CONTIG | NRIGHT_CONTIG)
805 state |= NRIGHT_CONTIG; in xmi_delta_nextents_step()
808 state &= ~NRIGHT_CONTIG; in xmi_delta_nextents_step()
834 switch (state & (NLEFT_CONTIG | NRIGHT_CONTIG | NHOLE)) { in xmi_delta_nextents_step()
835 case NLEFT_CONTIG | NRIGHT_CONTIG: in xmi_delta_nextents_step()
850 case NRIGHT_CONTIG: in xmi_delta_nextents_step()