Lines Matching refs:le32_to_cpu
33 hd->h_version = le32_to_cpu(hd->h_version);
34 hd->h_lockspace = le32_to_cpu(hd->h_lockspace);
35 hd->h_nodeid = le32_to_cpu(hd->h_nodeid);
112 ms->m_type = le32_to_cpu(ms->m_type);
113 ms->m_nodeid = le32_to_cpu(ms->m_nodeid);
114 ms->m_pid = le32_to_cpu(ms->m_pid);
115 ms->m_lkid = le32_to_cpu(ms->m_lkid);
116 ms->m_remid = le32_to_cpu(ms->m_remid);
117 ms->m_parent_lkid = le32_to_cpu(ms->m_parent_lkid);
118 ms->m_parent_remid = le32_to_cpu(ms->m_parent_remid);
119 ms->m_exflags = le32_to_cpu(ms->m_exflags);
120 ms->m_sbflags = le32_to_cpu(ms->m_sbflags);
121 ms->m_flags = le32_to_cpu(ms->m_flags);
122 ms->m_lvbseq = le32_to_cpu(ms->m_lvbseq);
123 ms->m_hash = le32_to_cpu(ms->m_hash);
124 ms->m_status = le32_to_cpu(ms->m_status);
125 ms->m_grmode = le32_to_cpu(ms->m_grmode);
126 ms->m_rqmode = le32_to_cpu(ms->m_rqmode);
127 ms->m_bastmode = le32_to_cpu(ms->m_bastmode);
128 ms->m_asts = le32_to_cpu(ms->m_asts);
129 ms->m_result = from_dlm_errno(le32_to_cpu(ms->m_result));
147 rc->rc_type = le32_to_cpu(rc->rc_type);
148 rc->rc_result = le32_to_cpu(rc->rc_result);