Searched refs:LKM_PUT_LVB (Results 1 – 4 of 4) sorted by relevance
155 flags |= LKM_PUT_LVB; /* let the send function in dlmunlock_common()345 if (flags & LKM_PUT_LVB) { in dlm_send_remote_unlock_request()412 if ((flags & (LKM_PUT_LVB|LKM_CANCEL)) == (LKM_PUT_LVB|LKM_CANCEL)) { in dlm_unlock_lock_handler()429 mlog(0, "lvb: %s\n", flags & LKM_PUT_LVB ? "put lvb" : "none"); in dlm_unlock_lock_handler()487 if (flags & (LKM_VALBLK|LKM_PUT_LVB) && in dlm_unlock_lock_handler()489 flags &= ~(LKM_VALBLK|LKM_PUT_LVB); in dlm_unlock_lock_handler()492 if (flags & LKM_PUT_LVB) { in dlm_unlock_lock_handler()503 if (flags & LKM_PUT_LVB) in dlm_unlock_lock_handler()
303 flags |= LKM_PUT_LVB; in dlmconvert_remote()379 if (flags & LKM_PUT_LVB) { in dlm_send_remote_convert_request()460 if ((flags & (LKM_PUT_LVB|LKM_GET_LVB)) == in dlm_convert_lock_handler()461 (LKM_PUT_LVB|LKM_GET_LVB)) { in dlm_convert_lock_handler()467 mlog(0, "lvb: %s\n", flags & LKM_PUT_LVB ? "put lvb" : in dlm_convert_lock_handler()507 if (flags & LKM_PUT_LVB) { in dlm_convert_lock_handler()
304 if ((flags & (LKM_PUT_LVB|LKM_GET_LVB)) == in dlm_proxy_ast_handler()305 (LKM_PUT_LVB|LKM_GET_LVB)) { in dlm_proxy_ast_handler()312 mlog(0, "lvb: %s\n", flags & LKM_PUT_LVB ? "put lvb" : in dlm_proxy_ast_handler()
153 #define LKM_PUT_LVB 0x20000000 /* extension: lvb is being passed macro