Searched refs:__kernel_off_t32 (Results 1 – 18 of 18) sorted by relevance
/linux-2.4.37.9/include/asm-ppc64/ |
D | ppc32.h | 61 typedef int __kernel_off_t32; typedef 177 __kernel_off_t32 l_start; 178 __kernel_off_t32 l_len; 193 __kernel_off_t32 st_size; /* 4 */ 194 __kernel_off_t32 st_blksize; /* 4 */ 195 __kernel_off_t32 st_blocks; /* 4 */
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | stat.h | 16 __kernel_off_t32 st_size; 23 __kernel_off_t32 st_blksize; 24 __kernel_off_t32 st_blocks;
|
D | fcntl.h | 85 __kernel_off_t32 l_start; 86 __kernel_off_t32 l_len;
|
D | posix_types.h | 66 typedef int __kernel_off_t32; typedef
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | ia32.h | 30 typedef int __kernel_off_t32; typedef 40 __kernel_off_t32 l_start; 41 __kernel_off_t32 l_len;
|
/linux-2.4.37.9/include/asm-mips64/ |
D | fcntl.h | 91 __kernel_off_t32 l_start; 92 __kernel_off_t32 l_len;
|
D | stat.h | 24 __kernel_off_t32 st_size;
|
D | posix_types.h | 56 typedef int __kernel_off_t32; typedef
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.h | 35 typedef int __kernel_off_t32; typedef 52 __kernel_off_t32 l_start; 53 __kernel_off_t32 l_len;
|
D | linux32.c | 4221 asmlinkage int sys32_sendfile(int out_fd, int in_fd, __kernel_off_t32 *offset, s32 count) in sys32_sendfile()
|
/linux-2.4.37.9/include/asm-ia64/ |
D | ia32.h | 32 typedef int __kernel_off_t32; typedef 53 __kernel_off_t32 l_start; 54 __kernel_off_t32 l_len;
|
/linux-2.4.37.9/include/asm-parisc/ |
D | posix_types.h | 64 typedef int __kernel_off_t32; typedef
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 414 __kernel_off_t32 l_start; 415 __kernel_off_t32 l_len; 812 __kernel_off_t32 st_size; 957 __kernel_off_t32 d_off;
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 1990 sys32_sendfile(int out_fd, int in_fd, __kernel_off_t32 *offset, s32 count) in sys32_sendfile()
|
D | ia32_ioctl.c | 2905 __kernel_off_t32 d_off;
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | linux32.c | 2989 asmlinkage int sys32_sendfile(int out_fd, int in_fd, __kernel_off_t32 *offset, s32 count) in sys32_sendfile()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | sys_ppc32.c | 3196 asmlinkage long sys32_sendfile(u32 out_fd, u32 in_fd, __kernel_off_t32* offset, u32 count) in sys32_sendfile()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys_sparc32.c | 4303 asmlinkage int sys32_sendfile(int out_fd, int in_fd, __kernel_off_t32 *offset, s32 count) in sys32_sendfile()
|