Searched refs:LKM_PUT_LVB (Results 1 – 4 of 4) sorted by relevance
170 flags |= LKM_PUT_LVB; /* let the send function in dlmunlock_common()360 if (flags & LKM_PUT_LVB) { in dlm_send_remote_unlock_request()427 if ((flags & (LKM_PUT_LVB|LKM_CANCEL)) == (LKM_PUT_LVB|LKM_CANCEL)) { in dlm_unlock_lock_handler()444 mlog(0, "lvb: %s\n", flags & LKM_PUT_LVB ? "put lvb" : "none"); in dlm_unlock_lock_handler()502 if (flags & (LKM_VALBLK|LKM_PUT_LVB) && in dlm_unlock_lock_handler()504 flags &= ~(LKM_VALBLK|LKM_PUT_LVB); in dlm_unlock_lock_handler()507 if (flags & LKM_PUT_LVB) { in dlm_unlock_lock_handler()518 if (flags & LKM_PUT_LVB) in dlm_unlock_lock_handler()
318 flags |= LKM_PUT_LVB; in dlmconvert_remote()394 if (flags & LKM_PUT_LVB) { in dlm_send_remote_convert_request()475 if ((flags & (LKM_PUT_LVB|LKM_GET_LVB)) == in dlm_convert_lock_handler()476 (LKM_PUT_LVB|LKM_GET_LVB)) { in dlm_convert_lock_handler()482 mlog(0, "lvb: %s\n", flags & LKM_PUT_LVB ? "put lvb" : in dlm_convert_lock_handler()522 if (flags & LKM_PUT_LVB) { in dlm_convert_lock_handler()
319 if ((flags & (LKM_PUT_LVB|LKM_GET_LVB)) == in dlm_proxy_ast_handler()320 (LKM_PUT_LVB|LKM_GET_LVB)) { in dlm_proxy_ast_handler()327 mlog(0, "lvb: %s\n", flags & LKM_PUT_LVB ? "put lvb" : in dlm_proxy_ast_handler()
168 #define LKM_PUT_LVB 0x20000000 /* extension: lvb is being passed macro