Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
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()