Searched refs:ptr32 (Results 1 – 2 of 2) sorted by relevance
98 union { __le32 *ptr32; u8 *ptr8; } ptr, end; in adfs_dir_checkbyte() member141 __le32 v = *ptr.ptr32++; in adfs_dir_checkbyte()143 } while (ptr.ptr32 < end.ptr32); in adfs_dir_checkbyte()
559 copy_iocb(long nr, u32 __user *ptr32, struct iocb __user * __user *ptr64) in copy_iocb() argument565 if (get_user(uptr, ptr32 + i)) in copy_iocb()