Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dioctl.c198 struct ocfs2_info_label oil; in ocfs2_info_handle_label() local
201 if (o2info_from_user(oil, req)) in ocfs2_info_handle_label()
204 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
206 o2info_set_request_filled(&oil.il_req); in ocfs2_info_handle_label()
208 if (o2info_to_user(oil, req)) in ocfs2_info_handle_label()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dioctl.c202 struct ocfs2_info_label oil; in ocfs2_info_handle_label() local
205 if (o2info_from_user(oil, req)) in ocfs2_info_handle_label()
208 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
210 o2info_set_request_filled(&oil.il_req); in ocfs2_info_handle_label()
212 if (o2info_to_user(oil, req)) in ocfs2_info_handle_label()

Completed in 3 milliseconds