Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dioctl.c164 struct ocfs2_info_clustersize oic; in ocfs2_info_handle_clustersize() local
167 if (o2info_from_user(oic, req)) in ocfs2_info_handle_clustersize()
170 oic.ic_clustersize = osb->s_clustersize; in ocfs2_info_handle_clustersize()
172 o2info_set_request_filled(&oic.ic_req); in ocfs2_info_handle_clustersize()
174 if (o2info_to_user(oic, req)) in ocfs2_info_handle_clustersize()