Searched refs:create_message (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/fs/dlm/ |
D | lock.c | 3362 static int create_message(struct dlm_rsb *r, struct dlm_lkb *lkb, in create_message() function 3456 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh, GFP_NOFS); in send_common() 3516 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh, in send_grant() 3538 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh, in send_bast() 3564 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh, in send_lookup() 3589 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh, in send_remove() 3611 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh, GFP_NOFS); in send_common_reply() 3653 error = create_message(r, NULL, nodeid, DLM_MSG_LOOKUP_REPLY, &ms, &mh, in send_lookup_reply()
|