Home
last modified time | relevance | path

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

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