Searched refs:first_gh (Results 1 – 1 of 1) sorted by relevance
530 struct gfs2_holder *gh, *tmp, *first_gh; in do_promote() local536 first_gh = find_first_strong_holder(gl); in do_promote()541 if (!may_grant(gl, first_gh, gh)) { in do_promote()553 demote_incompat_holders(gl, first_gh); in do_promote()555 first_gh = gh; in do_promote()1493 struct gfs2_holder *first_gh; in add_to_queue() local1495 first_gh = find_first_strong_holder(gl); in add_to_queue()1496 try_futile = !may_grant(gl, first_gh, gh); in add_to_queue()