Lines Matching refs:hprev
524 cn->hprev = NULL;
526 cn_orig->hprev = cn;
1174 cn = cn->hprev;
1179 cn = cn->hprev;
1836 * only touchs the hnext and hprev pointers.
1856 cur->hnext->hprev = cur->hprev;
1858 if (cur->hprev) {
1859 cur->hprev->hnext = cur->hnext;
3489 struct reiserfs_journal_cnode *cur = cn->hprev;
3493 * first test hprev. These are all newer than cn, so any node here
3502 cur = cur->hprev;