Searched refs:mb (Results 1 – 3 of 3) sorted by relevance
/fs/dlm/ |
D | rcom.c | 37 char *mb; in create_rcom() local 40 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in create_rcom() 46 memset(mb, 0, mb_len); in create_rcom() 48 rc = (struct dlm_rcom *) mb; in create_rcom() 473 char *mb; in dlm_send_ls_not_ready() local 476 mh = dlm_lowcomms_get_buffer(nodeid, mb_len, GFP_NOFS, &mb); in dlm_send_ls_not_ready() 479 memset(mb, 0, mb_len); in dlm_send_ls_not_ready() 481 rc = (struct dlm_rcom *) mb; in dlm_send_ls_not_ready()
|
D | lock.c | 3532 char *mb; in _create_message() local 3538 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message() 3542 memset(mb, 0, mb_len); in _create_message() 3544 ms = (struct dlm_message *) mb; in _create_message()
|
/fs/ocfs2/ |
D | journal.c | 209 mb(); in ocfs2_recovery_thread_running() 1403 mb(); /* sync with ocfs2_recovery_thread_running */ in __ocfs2_recovery_thread()
|