Lines Matching refs:gl
114 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf() argument
116 struct address_space *mapping = gfs2_glock2aspace(gl); in gfs2_getbuf()
117 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_getbuf()
186 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new() argument
189 bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_new()
253 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, in gfs2_meta_read() argument
256 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_read()
265 *bhp = bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_read()
278 bh = gfs2_getbuf(gl, blkno + 1, CREATE); in gfs2_meta_read()
483 struct gfs2_glock *gl = ip->i_gl; in gfs2_meta_buffer() local
491 ret = gfs2_meta_read(gl, num, DIO_WAIT, rahead, &bh); in gfs2_meta_buffer()
510 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra() argument
512 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_ra()
524 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()
534 bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra()