Searched refs:sys_truncate64 (Results 1 – 20 of 20) sorted by relevance
/arch/c6x/kernel/ |
D | sys_c6x.c | 58 #define sys_truncate64 sys_truncate64_c6x macro
|
/arch/metag/kernel/ |
D | sys_metag.c | 110 return sys_truncate64(path, merge_64(hi, lo)); in sys_truncate64_metag() 165 #define sys_truncate64 sys_truncate64_metag macro
|
/arch/tile/include/asm/ |
D | syscalls.h | 55 long sys_truncate64(const char __user *path, loff_t length);
|
/arch/parisc/kernel/ |
D | sys_parisc.c | 306 asmlinkage long sys_truncate64(const char __user * path, unsigned long length) in sys_truncate64() function 323 return sys_truncate64(path, (loff_t)high << 32 | low); in parisc_truncate64()
|
/arch/avr32/kernel/ |
D | syscall_table.S | 182 .long sys_truncate64
|
/arch/m32r/kernel/ |
D | syscall_table.S | 195 .long sys_truncate64
|
/arch/sparc/kernel/ |
D | systbls_32.S | 34 /*75*/ .long sys_madvise, sys_vhangup, sys_truncate64, sys_mincore, sys_getgroups16
|
/arch/m68k/kernel/ |
D | syscalltable.S | 216 .long sys_truncate64
|
/arch/sh/kernel/ |
D | syscalls_32.S | 212 .long sys_truncate64
|
D | syscalls_64.S | 216 .long sys_truncate64
|
/arch/microblaze/kernel/ |
D | syscall_table.S | 196 .long sys_truncate64
|
/arch/arm/kernel/ |
D | calls.S | 205 CALL(ABI(sys_truncate64, sys_oabi_truncate64))
|
D | entry-common.S | 595 b sys_truncate64
|
/arch/xtensa/include/uapi/asm/ |
D | unistd.h | 68 __SYSCALL( 28, sys_truncate64, 2)
|
/arch/mn10300/kernel/ |
D | entry.S | 623 .long sys_truncate64
|
/arch/mips/kernel/ |
D | scall32-o32.S | 437 PTR sys_truncate64
|
/arch/x86/syscalls/ |
D | syscall_32.tbl | 202 193 i386 truncate64 sys_truncate64 sys32_truncate64
|
/arch/s390/kernel/ |
D | syscalls.S | 204 SYSCALL(sys_truncate64,sys_ni_syscall,compat_sys_s390_truncate64)
|
/arch/cris/arch-v32/kernel/ |
D | entry.S | 745 .long sys_truncate64
|
/arch/cris/arch-v10/kernel/ |
D | entry.S | 799 .long sys_truncate64
|