Searched refs:o2info_from_user (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | ioctl.c | 32 #define o2info_from_user(a, b) \ macro 150 if (o2info_from_user(oib, req)) in ocfs2_info_handle_blocksize() 169 if (o2info_from_user(oic, req)) in ocfs2_info_handle_clustersize() 188 if (o2info_from_user(oim, req)) in ocfs2_info_handle_maxslots() 207 if (o2info_from_user(oil, req)) in ocfs2_info_handle_label() 226 if (o2info_from_user(oiu, req)) in ocfs2_info_handle_uuid() 245 if (o2info_from_user(oif, req)) in ocfs2_info_handle_fs_features() 266 if (o2info_from_user(oij, req)) in ocfs2_info_handle_journal_size() 345 if (o2info_from_user(*oifi, req)) { in ocfs2_info_handle_freeinode() 635 if (o2info_from_user(*oiff, req)) { in ocfs2_info_handle_freefrag() [all …]
|