Searched refs:demoted (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 2511 int hi, demoted, quit, grant_restart, demote_restart; in grant_pending_convert() local 2521 demoted = is_demoted(lkb); in grant_pending_convert() 2532 if (!demoted && is_demoted(lkb)) { in grant_pending_convert() 2533 log_print("WARN: pending demoted %x node %d %s", in grant_pending_convert()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 2285 int hi, demoted, quit, grant_restart, demote_restart; in grant_pending_convert() local 2295 demoted = is_demoted(lkb); in grant_pending_convert() 2306 if (!demoted && is_demoted(lkb)) { in grant_pending_convert() 2307 log_print("WARN: pending demoted %x node %d %s", in grant_pending_convert()
|
Completed in 14 milliseconds