Lines Matching refs:gl_name
77 .key_offset = offsetof(struct gfs2_glock, gl_name),
85 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_free()
163 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_put()
448 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in do_xmote()
570 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in delete_work_func()
573 u64 no_addr = gl->gl_name.ln_number; in delete_work_func()
619 if (gl->gl_name.ln_type != LM_TYPE_INODE) in glock_work_func()
685 gl->gl_name = name; in gfs2_glock_get()
883 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in add_to_queue()
940 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
944 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
961 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_nq()
1043 gl->gl_name.ln_type == LM_TYPE_INODE) in gfs2_glock_dq()
1108 const struct lm_lockname *a = &gh_a->gh_gl->gl_name; in glock_compare()
1109 const struct lm_lockname *b = &gh_b->gh_gl->gl_name; in glock_compare()
1213 gl->gl_name.ln_type == LM_TYPE_INODE) { in gfs2_glock_cb()
1268 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gfs2_glock_complete()
1296 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp()
1298 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()
1428 if ((gl->gl_name.ln_sbd == sdp) && in glock_hash_walk()
1519 gfs2_assert_withdraw(gl->gl_name.ln_sbd, ret == 0); in gfs2_glock_finish_truncate()
1663 gl->gl_name.ln_type, in gfs2_dump_glock()
1664 (unsigned long long)gl->gl_name.ln_number, in gfs2_dump_glock()
1684 gl->gl_name.ln_type, in gfs2_glstats_seq_show()
1685 (unsigned long long)gl->gl_name.ln_number, in gfs2_glstats_seq_show()
1797 } while ((gi->gl) && ((gi->sdp != gi->gl->gl_name.ln_sbd) || in gfs2_glock_iter_next()