Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Dglock.c947 struct gfs2_holder *gh2; in add_to_queue() local
961 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in add_to_queue()
962 if (unlikely(gh2->gh_owner_pid == gh->gh_owner_pid && in add_to_queue()
966 !(gh2->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB)) && in add_to_queue()
973 if (test_bit(HIF_HOLDER, &gh2->gh_iflags)) in add_to_queue()
976 insert_pt = &gh2->gh_list; in add_to_queue()
998 print_symbol(KERN_ERR "original: %s\n", gh2->gh_ip); in add_to_queue()
999 printk(KERN_ERR "pid: %d\n", pid_nr(gh2->gh_owner_pid)); in add_to_queue()
1001 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()