Searched refs:compat_u64 (Results 1 – 17 of 17) sorted by relevance
11 compat_u64 dqb_bhardlimit;12 compat_u64 dqb_bsoftlimit;13 compat_u64 dqb_curspace;14 compat_u64 dqb_ihardlimit;15 compat_u64 dqb_isoftlimit;16 compat_u64 dqb_curinodes;17 compat_u64 dqb_btime;18 compat_u64 dqb_itime;24 compat_u64 dqb_bhardlimit;25 compat_u64 qfs_nblks;
30 compat_u64 st_dev;41 compat_u64 st_rdev;46 compat_u64 st_blocks; /* Number of 512-byte blocks allocated. */57 compat_u64 st_ino;
66 typedef u64 compat_u64; typedef
96 compat_u64 start_lba;97 compat_u64 end_lba;
26 compat_u64 ring_cookie;33 compat_u64 data;
397 compat_u64 pcnt, bcnt; /* Packet and byte counters */410 compat_u64 u64;
244 compat_u64 block_major;245 compat_u64 block_minor;
38 typedef u64 compat_u64; typedef
44 typedef u64 compat_u64; typedef
45 typedef u64 compat_u64; typedef
55 typedef u64 compat_u64; typedef
39 typedef u64 compat_u64; typedef
43 typedef u64 __attribute__((aligned(4))) compat_u64; typedef
78 typedef u64 compat_u64; typedef
72 compat_u64 fpregs[32];
499 compat_u64 block_bitmap;500 compat_u64 inode_bitmap;501 compat_u64 inode_table;
41 return put_user(val, (compat_u64 __user *)compat_ptr(arg)); in compat_put_u64()