Searched refs:journal_read (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/reiserfs/ |
| H A D | reiserfs.c | 81 journal_read (int block, int len, char *buffer) in journal_read() function 124 if (! journal_read (desc_block, sizeof (desc), (char *) &desc)) in block_read() 135 if (! journal_read (commit_block, in block_read() 180 journal_read (block_count, sizeof (header), (char *) &header); in journal_init() 195 journal_read (desc_block, sizeof (desc), (char *) &desc); in journal_init() 203 journal_read (commit_block, sizeof (commit), (char *) &commit); in journal_init()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | journal.c | 2367 static int journal_read(struct super_block *sb) in journal_read() function 2895 ret = journal_read(sb); in journal_init()
|