Searched refs:mb_len (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/dlm/
H A Drcom.c31 struct dlm_rcom **rc_ret, char *mb, int mb_len,
41 rc->rc_header.h_length = cpu_to_le16(mb_len);
54 int mb_len = sizeof(struct dlm_rcom) + len; local
58 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, GFP_NOFS, &mb);
65 _create_rcom(ls, to_nodeid, type, len, rc_ret, mb, mb_len, seq);
74 int mb_len = sizeof(struct dlm_rcom) + len; local
78 msg = dlm_lowcomms_new_msg(to_nodeid, mb_len, GFP_NOFS, &mb,
86 _create_rcom(ls, to_nodeid, type, len, rc_ret, mb, mb_len, seq);
511 int mb_len = sizeof(struct dlm_rcom) + sizeof(struct rcom_config); local
513 mh = dlm_midcomms_get_mhandle(nodeid, mb_len, GFP_NOF
30 _create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, struct dlm_rcom **rc_ret, char *mb, int mb_len, uint64_t seq) argument
[all...]
H A Dmidcomms.c378 int mb_len = sizeof(struct dlm_header); local
383 msg = dlm_lowcomms_new_msg(nodeid, mb_len, GFP_ATOMIC, &ppc,
392 m_header->h_length = cpu_to_le16(mb_len);
427 int mb_len = sizeof(struct dlm_header); local
432 mh = dlm_midcomms_get_mhandle(node->nodeid, mb_len, GFP_ATOMIC, &ppc);
443 m_header->h_length = cpu_to_le16(mb_len);
H A Dlock.c3332 static int _create_message(struct dlm_ls *ls, int mb_len, argument
3346 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, allocation, &mb);
3355 ms->m_header.h_length = cpu_to_le16(mb_len);
3371 int mb_len = sizeof(struct dlm_message); local
3377 mb_len += r->res_length;
3385 mb_len += r->res_ls->ls_lvblen;
3389 return _create_message(r->res_ls, mb_len, to_nodeid, mstype,
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-fw.c419 int i, j, mb_code, mb_len; local
426 mb_len = 3;
430 mb_len = 4;
434 mb_len = 3;
438 mb_len = 2;
441 mb_code = mb_len = 0;
484 CODE_ADD(c, mb_code, mb_len);
498 CODE_ADD(c, mb_code, mb_len);

Completed in 186 milliseconds