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()
312 flags |= LKM_PUT_LVB; in dlmconvert_remote()388 if (flags & LKM_PUT_LVB) { in dlm_send_remote_convert_request()469 if ((flags & (LKM_PUT_LVB|LKM_GET_LVB)) == in dlm_convert_lock_handler()470 (LKM_PUT_LVB|LKM_GET_LVB)) { in dlm_convert_lock_handler()476 mlog(0, "lvb: %s\n", flags & LKM_PUT_LVB ? "put lvb" : in dlm_convert_lock_handler()516 if (flags & LKM_PUT_LVB) { in dlm_convert_lock_handler()
321 if ((flags & (LKM_PUT_LVB|LKM_GET_LVB)) == in dlm_proxy_ast_handler()322 (LKM_PUT_LVB|LKM_GET_LVB)) { in dlm_proxy_ast_handler()329 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