Searched refs:__put_user_unaligned (Results 1 – 7 of 7) sorted by relevance
20 #define __put_user_unaligned(x, ptr) \ macro
191 #define __put_user_unaligned __put_user macro
518 #define __put_user_unaligned __put_user macro
96 #define __put_user_unaligned(x, ptr) \ macro
127 #define __put_user_unaligned __put_user macro
1028 if (__put_user_unaligned(offset, &dirent->d_off)) in compat_filldir64()1032 if (__put_user_unaligned(ino, &dirent->d_ino)) in compat_filldir64()1035 if (__put_user_unaligned(off, &dirent->d_off)) in compat_filldir64()1083 if (__put_user_unaligned(d_off, &lastdirent->d_off)) in compat_sys_getdents64()
449 #define __put_user_unaligned(x,ptr) \ macro