Searched refs:gh2 (Results 1 – 1 of 1) sorted by relevance
1490 struct gfs2_holder *gh2; in add_to_queue() local1508 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in add_to_queue()1509 if (likely(gh2->gh_owner_pid != gh->gh_owner_pid)) in add_to_queue()1513 if (test_bit(HIF_MAY_DEMOTE, &gh2->gh_iflags)) in add_to_queue()1515 if (!pid_is_meaningful(gh2)) in add_to_queue()1519 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in add_to_queue()1521 !(gh2->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) { in add_to_queue()1527 if (test_bit(HIF_HOLDER, &gh2->gh_iflags)) in add_to_queue()1530 insert_pt = &gh2->gh_list; in add_to_queue()1553 fs_err(sdp, "original: %pSR\n", (void *)gh2->gh_ip); in add_to_queue()[all …]