Home
last modified time | relevance | path

Searched refs:LKM_PUT_LVB (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmunlock.c155 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()
H A Ddlmconvert.c303 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()
H A Ddlmast.c304 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()
H A Ddlmapi.h153 #define LKM_PUT_LVB 0x20000000 /* extension: lvb is being passed macro
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmunlock.c153 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()
H A Ddlmconvert.c301 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()
H A Ddlmast.c292 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()
H A Ddlmapi.h151 #define LKM_PUT_LVB 0x20000000 /* extension: lvb is being passed macro

Completed in 6 milliseconds