Searched refs:DLM_MSG_BAST (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | dlm_internal.h | 397 #define DLM_MSG_BAST 10 macro
|
H A D | lock.c | 3739 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh); in send_bast() 4001 case DLM_MSG_BAST: in validate_message() 4929 case DLM_MSG_BAST: in _receive_message()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | dlm_internal.h | 406 #define DLM_MSG_BAST 10 macro
|
H A D | lock.c | 3538 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh, in send_bast() 3807 case cpu_to_le32(DLM_MSG_BAST): in validate_message() 4678 case cpu_to_le32(DLM_MSG_BAST): in _receive_message()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | dlm.h | 75 { DLM_MSG_BAST, "BAST"}, \
|
Completed in 18 milliseconds