Searched refs:DLM_MSG_REMOVE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | requestqueue.c | 142 if (type == DLM_MSG_REMOVE || in purge_request()
|
H A D | dlm_internal.h | 399 #define DLM_MSG_REMOVE 12 macro
|
H A D | lock.c | 3574 case DLM_MSG_REMOVE: in create_message() 3788 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_remove() 4069 dir_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_repeat_remove() 4940 case DLM_MSG_REMOVE: in _receive_message()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | requestqueue.c | 145 if (type == cpu_to_le32(DLM_MSG_REMOVE) || in purge_request()
|
H A D | dlm_internal.h | 408 #define DLM_MSG_REMOVE 12 macro
|
H A D | lock.c | 3373 case DLM_MSG_REMOVE: in create_message() 3589 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh, in send_remove() 4689 case cpu_to_le32(DLM_MSG_REMOVE): in _receive_message()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | dlm.h | 77 { DLM_MSG_REMOVE, "REMOVE"}, \
|
Completed in 25 milliseconds