Searched refs:o2info_from_user (Results 1 – 1 of 1) sorted by relevance
/fs/ocfs2/ |
D | ioctl.c | 33 #define o2info_from_user(a, b) \ macro 151 if (o2info_from_user(oib, req)) in ocfs2_info_handle_blocksize() 170 if (o2info_from_user(oic, req)) in ocfs2_info_handle_clustersize() 189 if (o2info_from_user(oim, req)) in ocfs2_info_handle_maxslots() 208 if (o2info_from_user(oil, req)) in ocfs2_info_handle_label() 227 if (o2info_from_user(oiu, req)) in ocfs2_info_handle_uuid() 246 if (o2info_from_user(oif, req)) in ocfs2_info_handle_fs_features() 267 if (o2info_from_user(oij, req)) in ocfs2_info_handle_journal_size() 346 if (o2info_from_user(*oifi, req)) { in ocfs2_info_handle_freeinode() 634 if (o2info_from_user(*oiff, req)) { in ocfs2_info_handle_freefrag() [all …]
|