Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
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()