Home
last modified time | relevance | path

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

/fs/gfs2/
Dglock.c488 struct gfs2_holder *gh, *tmp, *first_gh; in do_promote() local
493 first_gh = find_first_strong_holder(gl); in do_promote()
497 if (may_grant(gl, first_gh, gh)) { in do_promote()
499 demote_incompat_holders(gl, first_gh); in do_promote()
501 first_gh = gh; in do_promote()
1445 struct gfs2_holder *first_gh; in add_to_queue() local
1447 first_gh = find_first_strong_holder(gl); in add_to_queue()
1448 try_futile = !may_grant(gl, first_gh, gh); in add_to_queue()