Searched refs:LKM_PUT_LVB (Results 1 – 4 of 4) sorted by relevance
153 flags |= LKM_PUT_LVB; /* let the send function in dlmunlock_common()343 if (flags & LKM_PUT_LVB) { in dlm_send_remote_unlock_request()410 if ((flags & (LKM_PUT_LVB|LKM_CANCEL)) == (LKM_PUT_LVB|LKM_CANCEL)) { in dlm_unlock_lock_handler()427 mlog(0, "lvb: %s\n", flags & LKM_PUT_LVB ? "put lvb" : "none"); in dlm_unlock_lock_handler()484 if (flags & (LKM_VALBLK|LKM_PUT_LVB) && in dlm_unlock_lock_handler()486 flags &= ~(LKM_VALBLK|LKM_PUT_LVB); in dlm_unlock_lock_handler()489 if (flags & LKM_PUT_LVB) { in dlm_unlock_lock_handler()500 if (flags & LKM_PUT_LVB) in dlm_unlock_lock_handler()
301 flags |= LKM_PUT_LVB; in dlmconvert_remote()377 if (flags & LKM_PUT_LVB) { in dlm_send_remote_convert_request()458 if ((flags & (LKM_PUT_LVB|LKM_GET_LVB)) == in dlm_convert_lock_handler()459 (LKM_PUT_LVB|LKM_GET_LVB)) { in dlm_convert_lock_handler()465 mlog(0, "lvb: %s\n", flags & LKM_PUT_LVB ? "put lvb" : in dlm_convert_lock_handler()505 if (flags & LKM_PUT_LVB) { in dlm_convert_lock_handler()
292 if ((flags & (LKM_PUT_LVB|LKM_GET_LVB)) == in dlm_proxy_ast_handler()293 (LKM_PUT_LVB|LKM_GET_LVB)) { in dlm_proxy_ast_handler()300 mlog(0, "lvb: %s\n", flags & LKM_PUT_LVB ? "put lvb" : in dlm_proxy_ast_handler()
151 #define LKM_PUT_LVB 0x20000000 /* extension: lvb is being passed macro