Searched refs:ocfs2_journal_load (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | journal.h | 161 * ocfs2_journal_load - Load the given journal off disk. Replay it if 178 int ocfs2_journal_load(struct ocfs2_journal *journal, int local,
|
H A D | super.c | 2431 status = ocfs2_journal_load(osb->journal, local, dirty); in ocfs2_check_volume()
|
H A D | journal.c | 1056 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load() function 1732 * case we should've called ocfs2_journal_load instead. */ in ocfs2_recover_node()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | journal.h | 160 * ocfs2_journal_load - Load the given journal off disk. Replay it if 177 int ocfs2_journal_load(struct ocfs2_journal *journal, int local,
|
H A D | journal.c | 1094 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load() function 1765 * case we should've called ocfs2_journal_load instead. */ in ocfs2_recover_node()
|
H A D | super.c | 2422 status = ocfs2_journal_load(osb->journal, local, dirty); in ocfs2_check_volume()
|
Completed in 18 milliseconds