Home
last modified time | relevance | path

Searched refs:hprev (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
H A Djournal.c524 cn->hprev = NULL; in insert_journal_hash()
526 cn_orig->hprev = cn; in insert_journal_hash()
1174 cn = cn->hprev; in find_newer_jl_for_cn()
1179 cn = cn->hprev; in find_newer_jl_for_cn()
1836 * only touchs the hnext and hprev pointers.
1856 cur->hnext->hprev = cur->hprev; in remove_journal_hash()
1858 if (cur->hprev) { in remove_journal_hash()
1859 cur->hprev->hnext = cur->hnext; in remove_journal_hash()
3489 struct reiserfs_journal_cnode *cur = cn->hprev; in can_dirty()
[all...]
H A Dreiserfs.h221 * hnext and hprev are used by journal_list_hash. If a block is in more
240 struct reiserfs_journal_cnode *hprev; /* prev in hash list */ member
/kernel/linux/linux-6.6/fs/reiserfs/
H A Djournal.c522 cn->hprev = NULL; in insert_journal_hash()
524 cn_orig->hprev = cn; in insert_journal_hash()
1175 cn = cn->hprev; in find_newer_jl_for_cn()
1180 cn = cn->hprev; in find_newer_jl_for_cn()
1837 * only touchs the hnext and hprev pointers.
1857 cur->hnext->hprev = cur->hprev; in remove_journal_hash()
1859 if (cur->hprev) { in remove_journal_hash()
1860 cur->hprev->hnext = cur->hnext; in remove_journal_hash()
3494 struct reiserfs_journal_cnode *cur = cn->hprev; in can_dirty()
[all...]
H A Dreiserfs.h219 * hnext and hprev are used by journal_list_hash. If a block is in more
238 struct reiserfs_journal_cnode *hprev; /* prev in hash list */ member

Completed in 21 milliseconds