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

/linux-master/fs/reiserfs/
H A Djournal.c974 struct buffer_head *tbh = NULL; local
1052 tbh = journal_find_get_block(s, bn);
1053 if (tbh) {
1054 if (buffer_dirty(tbh)) {
1056 write_dirty_buffer(tbh, 0);
1059 put_bh(tbh) ;
1068 tbh = journal_find_get_block(s, bn);
1071 __wait_on_buffer(tbh);
1078 if (buffer_dirty(tbh)) {
1080 sync_dirty_buffer(tbh);
[all...]

Completed in 268 milliseconds