Searched refs:mb (Results 1 – 3 of 3) sorted by relevance
/fs/dlm/ |
D | rcom.c | 35 char *mb; in create_rcom() local 38 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in create_rcom() 44 memset(mb, 0, mb_len); in create_rcom() 46 rc = (struct dlm_rcom *) mb; in create_rcom() 459 char *mb; in dlm_send_ls_not_ready() local 462 mh = dlm_lowcomms_get_buffer(nodeid, mb_len, GFP_NOFS, &mb); in dlm_send_ls_not_ready() 465 memset(mb, 0, mb_len); in dlm_send_ls_not_ready() 467 rc = (struct dlm_rcom *) mb; in dlm_send_ls_not_ready()
|
D | lock.c | 3537 char *mb; in _create_message() local 3543 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message() 3547 memset(mb, 0, mb_len); in _create_message() 3549 ms = (struct dlm_message *) mb; in _create_message()
|
/fs/ocfs2/ |
D | journal.c | 202 mb(); in ocfs2_recovery_thread_running() 1494 mb(); /* sync with ocfs2_recovery_thread_running */ in __ocfs2_recovery_thread()
|