Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dioctl.c167 struct ocfs2_info_clustersize oic; in ocfs2_info_handle_clustersize() local
170 if (o2info_from_user(oic, req)) in ocfs2_info_handle_clustersize()
173 oic.ic_clustersize = osb->s_clustersize; in ocfs2_info_handle_clustersize()
175 o2info_set_request_filled(&oic.ic_req); in ocfs2_info_handle_clustersize()
177 if (o2info_to_user(oic, req)) in ocfs2_info_handle_clustersize()