Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dglock.c1021 struct gfs2_holder *gh2; in add_to_queue() local
1035 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in add_to_queue()
1036 if (unlikely(gh2->gh_owner_pid == gh->gh_owner_pid && in add_to_queue()
1040 !(gh2->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) { in add_to_queue()
1046 if (test_bit(HIF_HOLDER, &gh2->gh_iflags)) in add_to_queue()
1049 insert_pt = &gh2->gh_list; in add_to_queue()
1073 pr_err("original: %pSR\n", (void *)gh2->gh_ip); in add_to_queue()
1074 pr_err("pid: %d\n", pid_nr(gh2->gh_owner_pid)); in add_to_queue()
1076 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()