gfs2_getbuf       208 fs/gfs2/meta_io.c 	bh = gfs2_getbuf(gl, blkno, CREATE);
gfs2_getbuf       226 fs/gfs2/meta_io.c 	*bhp = gfs2_getbuf(gl, blkno, CREATE);
gfs2_getbuf       349 fs/gfs2/meta_io.c 		bh = gfs2_getbuf(ip->i_gl, bstart, NO_CREATE);
gfs2_getbuf       424 fs/gfs2/meta_io.c 	first_bh = gfs2_getbuf(gl, dblock, CREATE);
gfs2_getbuf       435 fs/gfs2/meta_io.c 		bh = gfs2_getbuf(gl, dblock, CREATE);
gfs2_getbuf        50 fs/gfs2/meta_io.h struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create);