Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ocfs2/
Dioctl.c248 struct ocfs2_info_uuid oiu; in ocfs2_info_handle_uuid() local
251 if (o2info_from_user(oiu, req)) in ocfs2_info_handle_uuid()
254 memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); in ocfs2_info_handle_uuid()
256 o2info_set_request_filled(oiu); in ocfs2_info_handle_uuid()
258 if (o2info_to_user(oiu, req)) in ocfs2_info_handle_uuid()
264 o2info_set_request_error(oiu, req); in ocfs2_info_handle_uuid()