Home
last modified time | relevance | path

Searched refs:gh2 (Results 1 – 1 of 1) sorted by relevance

/fs/gfs2/
Dglock.c1116 struct gfs2_holder *gh2; in add_to_queue() local
1130 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in add_to_queue()
1131 if (unlikely(gh2->gh_owner_pid == gh->gh_owner_pid && in add_to_queue()
1135 !(gh2->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) { in add_to_queue()
1141 if (test_bit(HIF_HOLDER, &gh2->gh_iflags)) in add_to_queue()
1144 insert_pt = &gh2->gh_list; in add_to_queue()
1168 fs_err(sdp, "original: %pSR\n", (void *)gh2->gh_ip); in add_to_queue()
1169 fs_err(sdp, "pid: %d\n", pid_nr(gh2->gh_owner_pid)); in add_to_queue()
1171 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()