Lines Matching refs:gh2
1481 struct gfs2_holder *gh2; in add_to_queue() local
1499 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in add_to_queue()
1500 if (likely(gh2->gh_owner_pid != gh->gh_owner_pid)) in add_to_queue()
1504 if (!pid_is_meaningful(gh2)) in add_to_queue()
1508 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in add_to_queue()
1510 !(gh2->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) { in add_to_queue()
1516 if (test_bit(HIF_HOLDER, &gh2->gh_iflags)) in add_to_queue()
1519 insert_pt = &gh2->gh_list; in add_to_queue()
1542 fs_err(sdp, "original: %pSR\n", (void *)gh2->gh_ip); in add_to_queue()
1543 fs_err(sdp, "pid: %d\n", pid_nr(gh2->gh_owner_pid)); in add_to_queue()
1545 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()