Lines Matching defs:bh
127 struct buffer_head *bh; in getblk() local
168 struct buffer_head *bh; in ll_rw_block() local
210 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty()
215 static void mark_buffer_clean(struct buffer_head *bh) in mark_buffer_clean()
220 void brelse(struct buffer_head *bh) in brelse()
229 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate()
234 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
239 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
295 struct buffer_head *bh; in ext2fs_get_journal() local
892 void jbd2_commit_block_csum_set(journal_t *j, struct buffer_head *bh) in jbd2_commit_block_csum_set()
908 void jbd2_revoke_csum_set(journal_t *j, struct buffer_head *bh) in jbd2_revoke_csum_set()
913 void jbd2_descr_block_csum_set(journal_t *j, struct buffer_head *bh) in jbd2_descr_block_csum_set()
929 struct buffer_head *bh, __u32 sequence) in jbd2_block_tag_csum_set()