Lines Matching refs:buffer_head

36 	struct buffer_head *bh, *head;  in gfs2_aspace_write_folio()
76 struct buffer_head *next = bh->b_this_page; in gfs2_aspace_write_folio()
126 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf()
131 struct buffer_head *bh; in gfs2_getbuf()
173 static void meta_prep_new(struct buffer_head *bh) in meta_prep_new()
193 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new()
195 struct buffer_head *bh; in gfs2_meta_new()
207 struct buffer_head *bh = folio_buffers(folio); in gfs2_meta_read_endio()
213 struct buffer_head *next = bh->b_this_page; in gfs2_meta_read_endio()
226 static void gfs2_submit_bhs(blk_opf_t opf, struct buffer_head *bhs[], int num) in gfs2_submit_bhs()
229 struct buffer_head *bh = *bhs; in gfs2_submit_bhs()
260 int rahead, struct buffer_head **bhp) in gfs2_meta_read()
263 struct buffer_head *bh, *bhs[2]; in gfs2_meta_read()
323 int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_meta_wait()
344 void gfs2_remove_from_journal(struct buffer_head *bh, int meta) in gfs2_remove_from_journal()
394 struct buffer_head *bh; in gfs2_ail1_wipe()
413 static struct buffer_head *gfs2_getjdatabuf(struct gfs2_inode *ip, u64 blkno) in gfs2_getjdatabuf()
418 struct buffer_head *bh; in gfs2_getjdatabuf()
445 struct buffer_head *bh; in gfs2_journal_wipe()
487 struct buffer_head **bhp) in gfs2_meta_buffer()
491 struct buffer_head *bh; in gfs2_meta_buffer()
517 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra()
520 struct buffer_head *first_bh, *bh; in gfs2_meta_ra()