Lines Matching refs:buffer_head

35 	struct buffer_head *bh, *head;  in gfs2_aspace_writepage()
76 struct buffer_head *next = bh->b_this_page; in gfs2_aspace_writepage()
110 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf()
115 struct buffer_head *bh; in gfs2_getbuf()
158 static void meta_prep_new(struct buffer_head *bh) in meta_prep_new()
178 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new()
180 struct buffer_head *bh; in gfs2_meta_new()
193 struct buffer_head *bh = page_buffers(page); in gfs2_meta_read_endio()
199 struct buffer_head *next = bh->b_this_page; in gfs2_meta_read_endio()
212 static void gfs2_submit_bhs(int op, int op_flags, struct buffer_head *bhs[], in gfs2_submit_bhs()
216 struct buffer_head *bh = *bhs; in gfs2_submit_bhs()
248 int rahead, struct buffer_head **bhp) in gfs2_meta_read()
251 struct buffer_head *bh, *bhs[2]; in gfs2_meta_read()
311 int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_meta_wait()
330 void gfs2_remove_from_journal(struct buffer_head *bh, int meta) in gfs2_remove_from_journal()
380 struct buffer_head *bh; in gfs2_ail1_wipe()
399 static struct buffer_head *gfs2_getjdatabuf(struct gfs2_inode *ip, u64 blkno) in gfs2_getjdatabuf()
404 struct buffer_head *bh; in gfs2_getjdatabuf()
437 struct buffer_head *bh; in gfs2_journal_wipe()
475 struct buffer_head **bhp) in gfs2_meta_indirect_buffer()
479 struct buffer_head *bh; in gfs2_meta_indirect_buffer()
506 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra()
509 struct buffer_head *first_bh, *bh; in gfs2_meta_ra()