Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dioctl.c203 struct ocfs2_info_label oil; in ocfs2_info_handle_label() local
206 if (o2info_from_user(oil, req)) in ocfs2_info_handle_label()
209 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
211 o2info_set_request_filled(&oil.il_req); in ocfs2_info_handle_label()
213 if (o2info_to_user(oil, req)) in ocfs2_info_handle_label()