Lines Matching defs:gl
128 static struct gfs2_bufdata *gfs2_alloc_bufdata(struct gfs2_glock *gl,
135 bd->bd_gl = gl;
145 * @gl: The inode glock associated with the buffer
157 void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh)
160 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd;
174 bd = gfs2_alloc_bufdata(gl, bh);
180 gfs2_assert(sdp, bd->bd_gl == gl);
194 void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh)
197 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd;
215 bd = gfs2_alloc_bufdata(gl, bh);
222 gfs2_assert(sdp, bd->bd_gl == gl);