Lines Matching refs:hprev
522 cn->hprev = NULL;
524 cn_orig->hprev = cn;
1175 cn = cn->hprev;
1180 cn = cn->hprev;
1837 * only touchs the hnext and hprev pointers.
1857 cur->hnext->hprev = cur->hprev;
1859 if (cur->hprev) {
1860 cur->hprev->hnext = cur->hnext;
3494 struct reiserfs_journal_cnode *cur = cn->hprev;
3498 * first test hprev. These are all newer than cn, so any node here
3507 cur = cur->hprev;