Searched refs:o2info_from_user (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/ocfs2/ |
D | ioctl.c | 34 #define o2info_from_user(a, b) \ macro 148 if (o2info_from_user(oib, req)) in ocfs2_info_handle_blocksize() 167 if (o2info_from_user(oic, req)) in ocfs2_info_handle_clustersize() 186 if (o2info_from_user(oim, req)) in ocfs2_info_handle_maxslots() 205 if (o2info_from_user(oil, req)) in ocfs2_info_handle_label() 224 if (o2info_from_user(oiu, req)) in ocfs2_info_handle_uuid() 243 if (o2info_from_user(oif, req)) in ocfs2_info_handle_fs_features() 264 if (o2info_from_user(oij, req)) in ocfs2_info_handle_journal_size() 343 if (o2info_from_user(*oifi, req)) { in ocfs2_info_handle_freeinode() 631 if (o2info_from_user(*oiff, req)) { in ocfs2_info_handle_freefrag() [all …]
|