Searched refs:bd_gl (Results 1 – 5 of 5) sorted by relevance
135 bd->bd_gl = gl; in gfs2_alloc_bufdata()180 gfs2_assert(sdp, bd->bd_gl == gl); in gfs2_trans_add_data()183 set_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_trans_add_data()184 set_bit(GLF_DIRTY, &bd->bd_gl->gl_flags); in gfs2_trans_add_data()222 gfs2_assert(sdp, bd->bd_gl == gl); in gfs2_trans_add_meta()226 set_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta()227 set_bit(GLF_DIRTY, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta()276 if (bd->bd_gl) in gfs2_trans_remove_revoke()277 gfs2_glock_remove_revoke(bd->bd_gl); in gfs2_trans_remove_revoke()
68 return bd->bd_gl->gl_name.ln_type == LM_TYPE_RGRP; in buffer_is_rgrp()73 struct gfs2_glock *gl = bd->bd_gl; in maybe_release_space()119 struct gfs2_glock *gl = bd->bd_gl; in gfs2_unpin()127 clear_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_unpin()889 gl = bd->bd_gl; in revoke_lo_after_commit()
78 atomic_dec(&bd->bd_gl->gl_ail_count); in gfs2_remove_from_ail()125 if (gl == bd->bd_gl) in gfs2_ail1_start_one()127 gl = bd->bd_gl; in gfs2_ail1_start_one()679 struct gfs2_glock *gl = bd->bd_gl; in gfs2_add_revoke()
337 __entry->dev = bd->bd_gl->gl_name.ln_sbd->sd_vfs->s_dev;341 __entry->ino = bd->bd_gl->gl_name.ln_number;
165 struct gfs2_glock *bd_gl; member