Home
last modified time | relevance | path

Searched refs:oiu (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dioctl.c217 struct ocfs2_info_uuid oiu; in ocfs2_info_handle_uuid() local
220 if (o2info_from_user(oiu, req)) in ocfs2_info_handle_uuid()
223 memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); in ocfs2_info_handle_uuid()
225 o2info_set_request_filled(&oiu.iu_req); in ocfs2_info_handle_uuid()
227 if (o2info_to_user(oiu, req)) in ocfs2_info_handle_uuid()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dioctl.c221 struct ocfs2_info_uuid oiu; in ocfs2_info_handle_uuid() local
224 if (o2info_from_user(oiu, req)) in ocfs2_info_handle_uuid()
227 memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); in ocfs2_info_handle_uuid()
229 o2info_set_request_filled(&oiu.iu_req); in ocfs2_info_handle_uuid()
231 if (o2info_to_user(oiu, req)) in ocfs2_info_handle_uuid()

Completed in 3 milliseconds