Searched refs:create_message (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 3564 static int create_message(struct dlm_rsb *r, struct dlm_lkb *lkb, in create_message() function 3625 /* compare with switch in create_message; send_remove() doesn't in send_args() 3657 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common() 3718 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh); in send_grant() 3739 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh); in send_bast() 3764 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh); in send_lookup() 3788 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_remove() 3809 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common_reply() 3850 error = create_message(r, NULL, nodeid, DLM_MSG_LOOKUP_REPLY, &ms, &mh); in send_lookup_reply()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 3362 static int create_message(struct dlm_rsb *r, struct dlm_lkb *lkb, in create_message() function 3424 /* compare with switch in create_message; send_remove() doesn't in send_args() 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()
|
Completed in 14 milliseconds