Lines Matching refs:gl_name
75 .key_offset = offsetof(struct gfs2_glock, gl_name),
118 wait_queue_head_t *wq = glock_waitqueue(&gl->gl_name); in wake_up_glock()
121 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
150 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in glock_blocked_by_withdraw()
157 gl->gl_name.ln_number == sdp->sd_jdesc->jd_no_addr) in glock_blocked_by_withdraw()
164 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_free()
265 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in __gfs2_glock_put()
340 struct gfs2_sbd *sdp = gh->gh_gl->gl_name.ln_sbd; in gfs2_holder_wake()
471 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_set_demote()
541 fs_err(gl->gl_name.ln_sbd, "wanted %u got %u\n", in finish_xmote()
574 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in is_system_glock()
595 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in do_xmote()
870 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in delete_work_func()
872 u64 no_addr = gl->gl_name.ln_number; in delete_work_func()
948 if (gl->gl_name.ln_type != LM_TYPE_INODE) in glock_work_func()
1055 gl->gl_name = name; in gfs2_glock_get()
1073 if (gl->gl_name.ln_type == LM_TYPE_IOPEN) in gfs2_glock_get()
1214 struct gfs2_sbd *sdp = ghs[0].gh_gl->gl_name.ln_sbd; in gfs2_glock_async_wait()
1339 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in add_to_queue()
1395 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
1399 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
1462 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_dq()
1503 gl->gl_name.ln_type == LM_TYPE_INODE) in gfs2_glock_dq()
1569 const struct lm_lockname *a = &gh_a->gh_gl->gl_name; in glock_compare()
1570 const struct lm_lockname *b = &gh_b->gh_gl->gl_name; in glock_compare()
1676 gl->gl_name.ln_type == LM_TYPE_INODE) { in gfs2_glock_cb()
1728 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gfs2_glock_complete()
1754 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp()
1756 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()
1888 if (gl->gl_name.ln_sbd == sdp) in glock_hash_walk()
1926 if (gl->gl_name.ln_type == LM_TYPE_IOPEN) { in flush_delete_work()
2171 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_dump_glock()
2190 gl->gl_name.ln_type, in gfs2_dump_glock()
2191 (unsigned long long)gl->gl_name.ln_number, in gfs2_dump_glock()
2211 gl->gl_name.ln_type, in gfs2_glstats_seq_show()
2212 (unsigned long long)gl->gl_name.ln_number, in gfs2_glstats_seq_show()
2343 if (gl->gl_name.ln_sbd != gi->sdp) in gfs2_glock_iter_next()