Home
last modified time | relevance | path

Searched refs:ftruncate64 (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/tile/kernel/
Dcompat.c41 COMPAT_SYSCALL_DEFINE4(ftruncate64, unsigned int, fd, u32, dummy, in COMPAT_SYSCALL_DEFINE4() argument
/linux-4.1.27/arch/um/os-Linux/
Duser_syms.c71 EXPORT_SYMBOL_PROTO(ftruncate64);
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S298 ENTRY_OURS(ftruncate64) /* 200 */
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h201 SYS32ONLY(ftruncate64)
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_32.tbl203 194 i386 ftruncate64 sys_ftruncate64 sys32_ftruncate64
/linux-4.1.27/fs/
Dopen.c218 SYSCALL_DEFINE2(ftruncate64, unsigned int, fd, loff_t, length) in SYSCALL_DEFINE2() argument
/linux-4.1.27/tools/lguest/
Dlguest.c2991 ftruncate64(vblk->fd, vblk->len); in blk_request()