Home
last modified time | relevance | path

Searched refs:pread64 (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/tile/kernel/
Dcompat.c47 COMPAT_SYSCALL_DEFINE6(pread64, unsigned int, fd, char __user *, ubuf, in COMPAT_SYSCALL_DEFINE6() argument
/linux-4.4.14/arch/um/os-Linux/
Duser_syms.c95 EXPORT_SYMBOL_PROTO(pread64);
/linux-4.4.14/fs/hostfs/
Dhostfs_user.c128 n = pread64(fd, buf, len, *offset); in read_file()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S186 ENTRY_OURS(pread64)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h186 COMPAT_SYS_SPU(pread64)
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl26 17 common pread64 sys_pread64
Dsyscall_32.tbl189 180 i386 pread64 sys_pread64 sys32_pread
/linux-4.4.14/fs/
Dread_write.c594 SYSCALL_DEFINE4(pread64, unsigned int, fd, char __user *, buf, in SYSCALL_DEFINE4() argument