Searched refs:__kernel_loff_t (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/include/linux/ |
D | suspend_ioctls.h | 11 __kernel_loff_t offset; 24 #define SNAPSHOT_GET_IMAGE_SIZE _IOR(SNAPSHOT_IOC_MAGIC, 14, __kernel_loff_t) 29 #define SNAPSHOT_AVAIL_SWAP_SIZE _IOR(SNAPSHOT_IOC_MAGIC, 19, __kernel_loff_t) 30 #define SNAPSHOT_ALLOC_SWAP_PAGE _IOR(SNAPSHOT_IOC_MAGIC, 20, __kernel_loff_t)
|
D | types.h | 54 typedef __kernel_loff_t loff_t;
|
/linux-3.4.99/include/asm-generic/ |
D | fcntl.h | 187 __kernel_loff_t l_start; 188 __kernel_loff_t l_len;
|
D | posix_types.h | 91 typedef long long __kernel_loff_t; typedef
|
/linux-3.4.99/include/mtd/ |
D | mtd-abi.h | 174 #define MEMGETBADBLOCK _IOW('M', 11, __kernel_loff_t) 176 #define MEMSETBADBLOCK _IOW('M', 12, __kernel_loff_t)
|
/linux-3.4.99/arch/tile/include/asm/ |
D | compat.h | 46 typedef __kernel_loff_t compat_loff_t;
|