Home
last modified time | relevance | path

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

/fs/ocfs2/
Dioctl.c300 struct ocfs2_info_journal_size oij; in ocfs2_info_handle_journal_size() local
303 if (o2info_from_user(oij, req)) in ocfs2_info_handle_journal_size()
306 oij.ij_journal_size = osb->journal->j_inode->i_size; in ocfs2_info_handle_journal_size()
308 o2info_set_request_filled(&oij.ij_req); in ocfs2_info_handle_journal_size()
310 if (o2info_to_user(oij, req)) in ocfs2_info_handle_journal_size()
316 o2info_set_request_error(&oij.ij_req, req); in ocfs2_info_handle_journal_size()