Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dioctl.c160 struct ocfs2_info_clustersize oic; in ocfs2_info_handle_clustersize() local
163 if (o2info_from_user(oic, req)) in ocfs2_info_handle_clustersize()
166 oic.ic_clustersize = osb->s_clustersize; in ocfs2_info_handle_clustersize()
168 o2info_set_request_filled(&oic.ic_req); in ocfs2_info_handle_clustersize()
170 if (o2info_to_user(oic, req)) in ocfs2_info_handle_clustersize()
/kernel/linux/linux-6.6/fs/ocfs2/
H A 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()

Completed in 3 milliseconds