Home
last modified time | relevance | path

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

/linux-5.19.10/fs/gfs2/
Dglock.c530 struct gfs2_holder *gh, *tmp, *first_gh; in do_promote() local
536 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() local
1495 first_gh = find_first_strong_holder(gl); in add_to_queue()
1496 try_futile = !may_grant(gl, first_gh, gh); in add_to_queue()