Searched refs:bd_gl (Results 1 – 5 of 5) sorted by relevance
175 bd->bd_gl = gl; in gfs2_alloc_bufdata()220 gfs2_assert(sdp, bd->bd_gl == gl); in gfs2_trans_add_data()223 set_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_trans_add_data()224 set_bit(GLF_DIRTY, &bd->bd_gl->gl_flags); in gfs2_trans_add_data()283 gfs2_assert(sdp, bd->bd_gl == gl); in gfs2_trans_add_meta()287 set_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta()288 set_bit(GLF_DIRTY, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta()338 if (bd->bd_gl) in gfs2_trans_remove_revoke()339 gfs2_glock_remove_revoke(bd->bd_gl); in gfs2_trans_remove_revoke()
68 return glock_type(bd->bd_gl) == LM_TYPE_RGRP; in buffer_is_rgrp()73 struct gfs2_glock *gl = bd->bd_gl; in maybe_release_space()122 struct gfs2_glock *gl = bd->bd_gl; in gfs2_unpin()130 clear_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_unpin()895 gl = bd->bd_gl; in gfs2_drain_revokes()
80 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()765 struct gfs2_glock *gl = bd->bd_gl; in gfs2_add_revoke()
340 __entry->dev = glock_sbd(bd->bd_gl)->sd_vfs->s_dev;344 __entry->ino = glock_number(bd->bd_gl);
142 struct gfs2_glock *bd_gl; member