Searched refs:hnext (Results 1 – 2 of 2) sorted by relevance
435 cn = cn->hnext; in get_journal_hash_dev()521 cn->hnext = cn_orig; in insert_journal_hash()1853 if (cur->hnext) { in remove_journal_hash()1854 cur->hnext->hprev = cur->hprev; in remove_journal_hash()1857 cur->hprev->hnext = cur->hnext; in remove_journal_hash()1859 *head = cur->hnext; in remove_journal_hash()1873 cur = cur->hnext; in remove_journal_hash()3506 cur = cn->hnext; in can_dirty()3513 cur = cur->hnext; in can_dirty()3821 cn = cn->hnext; in journal_mark_freed()
239 struct reiserfs_journal_cnode *hnext; /* next in hash list */ member