gfs2_getbuf       309 fs/gfs2/bmap.c 		rabh = gfs2_getbuf(gl, be64_to_cpu(*t), CREATE);
gfs2_getbuf      1504 fs/gfs2/dir.c  		bh = gfs2_getbuf(gl, blocknr, 1);
gfs2_getbuf       181 fs/gfs2/meta_io.c 	bh = gfs2_getbuf(gl, blkno, CREATE);
gfs2_getbuf       259 fs/gfs2/meta_io.c 	*bhp = bh = gfs2_getbuf(gl, blkno, CREATE);
gfs2_getbuf       272 fs/gfs2/meta_io.c 		bh = gfs2_getbuf(gl, blkno + 1, CREATE);
gfs2_getbuf       377 fs/gfs2/meta_io.c 		bh = gfs2_getbuf(ip->i_gl, bstart, NO_CREATE);
gfs2_getbuf       448 fs/gfs2/meta_io.c 	first_bh = gfs2_getbuf(gl, dblock, CREATE);
gfs2_getbuf       459 fs/gfs2/meta_io.c 		bh = gfs2_getbuf(gl, dblock, CREATE);
gfs2_getbuf        55 fs/gfs2/meta_io.h extern struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno,