Searched refs:hnext (Results 1 – 2 of 2) sorted by relevance
436 cn = cn->hnext; in get_journal_hash_dev()522 cn->hnext = cn_orig; in insert_journal_hash()1835 if (cur->hnext) { in remove_journal_hash()1836 cur->hnext->hprev = cur->hprev; in remove_journal_hash()1839 cur->hprev->hnext = cur->hnext; in remove_journal_hash()1841 *head = cur->hnext; in remove_journal_hash()1851 cur = cur->hnext; in remove_journal_hash()3430 cur = cn->hnext; in can_dirty()3437 cur = cur->hnext; in can_dirty()3719 cn = cn->hnext; in journal_mark_freed()
200 struct reiserfs_journal_cnode *hnext; /* next in hash list */ member