Searched refs:reiserfs_journal_list (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | reiserfs_fs_sb.h | 152 struct reiserfs_journal_list *jlist ; /* journal list this cnode lives in */ 166 struct reiserfs_journal_list *journal_list ; 191 struct reiserfs_journal_list { struct 264 …struct reiserfs_journal_list j_journal_list[JOURNAL_LIST_COUNT] ; /* array of all the journal …
|
/linux-2.4.37.9/fs/reiserfs/ |
D | journal.c | 94 static int flush_journal_list(struct super_block *s, struct reiserfs_journal_list *jl, int flushall… 95 static int flush_commit_list(struct super_block *s, struct reiserfs_journal_list *jl, int flushall)… 97 static int remove_from_journal_list(struct super_block *s, struct reiserfs_journal_list *jl, struct… 280 get_list_bitmap(struct super_block *p_s_sb, struct reiserfs_journal_list *jl) { in get_list_bitmap() 598 static void cleanup_freed_for_journal_list(struct super_block *p_s_sb, struct reiserfs_journal_list… in cleanup_freed_for_journal_list() 615 static int flush_commit_list(struct super_block *s, struct reiserfs_journal_list *jl, int flushall)… in flush_commit_list() 622 struct reiserfs_journal_list *other_jl ; in flush_commit_list() 768 static struct reiserfs_journal_list *find_newer_jl_for_cn(struct reiserfs_journal_cnode *cn) { in find_newer_jl_for_cn() 788 static void remove_all_from_journal_list(struct super_block *p_s_sb, struct reiserfs_journal_list *… in remove_all_from_journal_list() 859 static int flush_older_journal_lists(struct super_block *p_s_sb, struct reiserfs_journal_list *jl, … in flush_older_journal_lists() [all …]
|