Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dglock.c531 struct gfs2_holder *gh, *tmp, *first_gh; in do_promote() local
537 first_gh = find_first_strong_holder(gl); in do_promote()
542 if (!may_grant(gl, first_gh, gh)) { in do_promote()
554 demote_incompat_holders(gl, first_gh); in do_promote()
556 first_gh = gh; in do_promote()
1492 struct gfs2_holder *first_gh; in add_to_queue() local
1494 first_gh = find_first_strong_holder(gl); in add_to_queue()
1495 try_futile = !may_grant(gl, first_gh, gh); in add_to_queue()

Completed in 7 milliseconds