Searched refs:journal_find_get_block (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | journal.c | 1053 tbh = journal_find_get_block(s, bn); in flush_commit_list() 1068 tbh = journal_find_get_block(s, bn); in flush_commit_list() 1090 /* once for journal_find_get_block */ in flush_commit_list()
|
H A D | reiserfs.h | 2815 #define journal_find_get_block(s, block) __find_get_block(SB_JOURNAL(s)->j_dev_bd, block, s->s_blocksize) macro
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | journal.c | 1053 tbh = journal_find_get_block(s, bn); in flush_commit_list() 1069 tbh = journal_find_get_block(s, bn); in flush_commit_list() 1091 /* once for journal_find_get_block */ in flush_commit_list()
|
H A D | reiserfs.h | 2812 #define journal_find_get_block(s, block) __find_get_block(SB_JOURNAL(s)->j_dev_bd, block, s->s_blocksize) macro
|
Completed in 23 milliseconds