Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_exchmaps.c781 bool lhole, rhole, chole, nhole; in xmi_delta_nextents_step() local
787 chole = curr->br_startblock == HOLESTARTBLOCK; in xmi_delta_nextents_step()
790 if (chole) in xmi_delta_nextents_step()
792 if (!lhole && !chole && xmi_can_merge(left, curr)) in xmi_delta_nextents_step()
794 if (!rhole && !chole && xmi_can_merge(curr, right)) in xmi_delta_nextents_step()