traverse
static void traverse(struct cursor *cursor);
traverse(completion->parent);
traverse(cursor);
traverse(cursor);
while ((err = traverse(m, iocb->ki_pos)) == -EAGAIN)
while ((retval = traverse(m, offset)) == -EAGAIN)