Home
last modified time | relevance | path

Searched refs:mh (Results 1 – 8 of 8) sorted by relevance

/fs/dlm/
A Dmidcomms.c431 if (!mh) in dlm_send_fin()
971 list_add_tail_rcu(&mh->list, &mh->node->send_queue); in midcomms_new_msg_cb()
974 mh->seq = atomic_fetch_inc(&mh->node->seq_send); in midcomms_new_msg_cb()
989 mh->opts = opts; in dlm_midcomms_get_msg_3_2()
1019 if (!mh) in dlm_midcomms_get_mhandle()
1024 mh->idx = idx; in dlm_midcomms_get_mhandle()
1052 mh->msg = msg; in dlm_midcomms_get_mhandle()
1059 return mh; in dlm_midcomms_get_mhandle()
1072 trace_dlm_send_message(mh->node->nodeid, mh->seq, in dlm_midcomms_commit_msg_3_2_trace()
1077 trace_dlm_send_rcom(mh->node->nodeid, mh->seq, in dlm_midcomms_commit_msg_3_2_trace()
[all …]
A Drcom.c55 struct dlm_mhandle *mh; in create_rcom() local
59 if (!mh) { in create_rcom()
66 *mh_ret = mh; in create_rcom()
318 &rc, &mh, seq); in dlm_rcom_names()
326 send_rcom(mh, rc); in dlm_rcom_names()
357 send_rcom(mh, rc); in receive_rcom_names()
374 send_rcom(mh, rc); in dlm_send_rcom_lookup()
408 send_rcom(mh, rc); in receive_rcom_lookup()
467 send_rcom(mh, rc); in dlm_send_rcom_lock()
498 send_rcom(mh, rc); in receive_rcom_lock()
[all …]
A Dlock.c3503 struct dlm_mhandle *mh; in _create_message() local
3511 if (!mh) in _create_message()
3524 *mh_ret = mh; in _create_message()
3613 struct dlm_mhandle *mh; in send_common() local
3674 struct dlm_mhandle *mh; in send_grant() local
3695 struct dlm_mhandle *mh; in send_bast() local
3716 struct dlm_mhandle *mh; in send_lookup() local
3741 struct dlm_mhandle *mh; in send_remove() local
3762 struct dlm_mhandle *mh; in send_common_reply() local
3806 struct dlm_mhandle *mh; in send_lookup_reply() local
[all …]
A Dmidcomms.h20 void dlm_midcomms_commit_mhandle(struct dlm_mhandle *mh, const void *name,
/fs/gfs2/
A Dutil.h101 struct gfs2_meta_header *mh = (struct gfs2_meta_header *)bh->b_data; in gfs2_meta_check() local
102 u32 magic = be32_to_cpu(mh->mh_magic); in gfs2_meta_check()
122 struct gfs2_meta_header *mh = (struct gfs2_meta_header *)bh->b_data; in gfs2_metatype_check_i() local
123 u32 magic = be32_to_cpu(mh->mh_magic); in gfs2_metatype_check_i()
124 u16 t = be32_to_cpu(mh->mh_type); in gfs2_metatype_check_i()
140 struct gfs2_meta_header *mh; in gfs2_metatype_set() local
141 mh = (struct gfs2_meta_header *)bh->b_data; in gfs2_metatype_set()
142 mh->mh_type = cpu_to_be32(type); in gfs2_metatype_set()
143 mh->mh_format = cpu_to_be32(format); in gfs2_metatype_set()
A Dtrans.c256 struct gfs2_meta_header *mh; in gfs2_trans_add_meta() local
285 mh = (struct gfs2_meta_header *)bd->bd_bh->b_data; in gfs2_trans_add_meta()
286 if (unlikely(mh->mh_magic != cpu_to_be32(GFS2_MAGIC))) { in gfs2_trans_add_meta()
303 mh->__pad0 = cpu_to_be64(0); in gfs2_trans_add_meta()
304 mh->mh_jid = cpu_to_be32(sdp->sd_jdesc->jd_jid); in gfs2_trans_add_meta()
A Dlops.c810 struct gfs2_meta_header *mh = in buf_lo_scan_elements() local
813 if (mh->mh_type == cpu_to_be32(GFS2_METATYPE_RG)) in buf_lo_scan_elements()
850 struct gfs2_meta_header *mh; in revoke_lo_before_commit() local
871 mh = page_address(page); in revoke_lo_before_commit()
872 clear_page(mh); in revoke_lo_before_commit()
873 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in revoke_lo_before_commit()
874 mh->mh_type = cpu_to_be32(GFS2_METATYPE_LB); in revoke_lo_before_commit()
875 mh->mh_format = cpu_to_be32(GFS2_FORMAT_LB); in revoke_lo_before_commit()
A Dmeta_io.c175 struct gfs2_meta_header *mh = (struct gfs2_meta_header *)bh->b_data; in meta_prep_new() local
182 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in meta_prep_new()

Completed in 30 milliseconds