Lines Matching refs:buffer_head
119 struct buffer_head *getblk(kdev_t kdev, unsigned long long blocknr, in getblk()
122 struct buffer_head *bh; in getblk()
159 struct buffer_head *bhp[]) in ll_rw_block()
162 struct buffer_head *bh; in ll_rw_block()
204 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty()
209 static void mark_buffer_clean(struct buffer_head * bh) in mark_buffer_clean()
214 void brelse(struct buffer_head *bh) in brelse()
223 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate()
228 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
233 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
278 static int ext4_fc_replay_scan(journal_t *j, struct buffer_head *bh, in ext4_fc_replay_scan()
848 static int ext4_fc_replay(journal_t *journal, struct buffer_head *bh, in ext4_fc_replay()
953 struct buffer_head *bh; in e2fsck_get_journal()
1262 struct buffer_head *jbh = journal->j_sb_buffer; in e2fsck_journal_load()