Searched refs:compat_off_t (Results 1 – 15 of 15) sorted by relevance
/arch/powerpc/include/asm/ |
D | compat.h | 24 typedef s32 compat_off_t; typedef 59 compat_off_t st_size; 60 compat_off_t st_blksize; 61 compat_off_t st_blocks; 74 compat_off_t l_start; 75 compat_off_t l_len;
|
/arch/sparc/include/asm/ |
D | compat.h | 22 typedef s32 compat_off_t; typedef 57 compat_off_t st_size; 64 compat_off_t st_blksize; 65 compat_off_t st_blocks; 106 compat_off_t l_start; 107 compat_off_t l_len;
|
/arch/parisc/include/asm/ |
D | compat.h | 24 typedef s32 compat_off_t; typedef 57 compat_off_t st_size; 83 compat_off_t l_start; 84 compat_off_t l_len;
|
/arch/mips/include/asm/ |
D | compat.h | 28 typedef s32 compat_off_t; typedef 67 compat_off_t st_size; 83 compat_off_t l_start; 84 compat_off_t l_len;
|
/arch/ia64/include/asm/ |
D | compat.h | 23 typedef s32 compat_off_t; typedef 75 compat_off_t l_start; 76 compat_off_t l_len;
|
/arch/s390/include/asm/ |
D | compat.h | 51 typedef s32 compat_off_t; typedef 104 compat_off_t l_start; 105 compat_off_t l_len;
|
/arch/x86/include/asm/ |
D | compat.h | 25 typedef s32 compat_off_t; typedef 78 compat_off_t l_start; 79 compat_off_t l_len;
|
D | sys_ia32.h | 63 asmlinkage long sys32_sendfile(int, int, compat_off_t __user *, s32);
|
/arch/s390/kernel/ |
D | compat_linux.h | 210 long sys32_sendfile(int out_fd, int in_fd, compat_off_t __user *offset,
|
D | compat_linux.c | 530 asmlinkage long sys32_sendfile(int out_fd, int in_fd, compat_off_t __user *offset, size_t count) in sys32_sendfile()
|
/arch/parisc/kernel/ |
D | sys_parisc32.c | 301 asmlinkage int sys32_sendfile(int out_fd, int in_fd, compat_off_t __user *offset, s32 count) in sys32_sendfile()
|
/arch/mips/kernel/ |
D | linux32.c | 394 compat_off_t __user *, offset, s32, count)
|
/arch/powerpc/kernel/ |
D | sys_ppc32.c | 146 asmlinkage long compat_sys_sendfile(u32 out_fd, u32 in_fd, compat_off_t __user * offset, u32 count) in compat_sys_sendfile()
|
/arch/sparc/kernel/ |
D | sys_sparc32.c | 527 compat_off_t __user *offset, in compat_sys_sendfile()
|
/arch/x86/ia32/ |
D | sys_ia32.c | 546 compat_off_t __user *offset, s32 count) in sys32_sendfile()
|