Lines Matching refs:gl
110 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf() argument
112 struct address_space *mapping = gfs2_glock2aspace(gl); in gfs2_getbuf()
113 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_getbuf()
178 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new() argument
181 bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_new()
247 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, in gfs2_meta_read() argument
250 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_read()
259 *bhp = bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_read()
272 bh = gfs2_getbuf(gl, blkno + 1, CREATE); in gfs2_meta_read()
406 struct gfs2_glock *gl = ip->i_gl; in gfs2_meta_indirect_buffer() local
415 ret = gfs2_meta_read(gl, num, DIO_WAIT, rahead, &bh); in gfs2_meta_indirect_buffer()
434 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra() argument
436 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_ra()
448 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
459 bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()