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()
585 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in do_xmote()
852 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in delete_work_func()
854 u64 no_addr = gl->gl_name.ln_number; in delete_work_func()
930 if (gl->gl_name.ln_type != LM_TYPE_INODE) in glock_work_func()
1037 gl->gl_name = name; in gfs2_glock_get()
1055 if (gl->gl_name.ln_type == LM_TYPE_IOPEN) in gfs2_glock_get()
1196 struct gfs2_sbd *sdp = ghs[0].gh_gl->gl_name.ln_sbd; in gfs2_glock_async_wait()
1321 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in add_to_queue()
1377 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
1381 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
1444 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_dq()
1483 gl->gl_name.ln_type == LM_TYPE_INODE) in gfs2_glock_dq()
1549 const struct lm_lockname *a = &gh_a->gh_gl->gl_name; in glock_compare()
1550 const struct lm_lockname *b = &gh_b->gh_gl->gl_name; in glock_compare()
1656 gl->gl_name.ln_type == LM_TYPE_INODE) { in gfs2_glock_cb()
1708 struct lm_lockstruct *ls = &gl->gl_name.ln_sbd->sd_lockstruct; in gfs2_glock_complete()
1734 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp()
1736 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()
1868 if (gl->gl_name.ln_sbd == sdp && in glock_hash_walk()
1906 if (gl->gl_name.ln_type == LM_TYPE_IOPEN) { in flush_delete_work()
2149 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_dump_glock()
2168 gl->gl_name.ln_type, in gfs2_dump_glock()
2169 (unsigned long long)gl->gl_name.ln_number, in gfs2_dump_glock()
2189 gl->gl_name.ln_type, in gfs2_glstats_seq_show()
2190 (unsigned long long)gl->gl_name.ln_number, in gfs2_glstats_seq_show()
2321 if (gl->gl_name.ln_sbd != gi->sdp) in gfs2_glock_iter_next()