Home
last modified time | relevance | path

Searched refs:writev (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/fs/jffs2/
DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl31 20 64 writev __x64_sys_writev
357 516 x32 writev __x32_compat_sys_writev
Dsyscall_32.tbl160 146 i386 writev sys_writev __ia32_compat_sys_writev
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl31 20 64 writev __x64_sys_writev
357 516 x32 writev __x32_compat_sys_writev
/Linux-v4.19/Documentation/fmc/
Dfmc-write-eeprom.txt27 type-length-value (i.e., it allows writev(2)-like operation).
/Linux-v4.19/tools/perf/util/
Dprobe-file.c878 ret = writev(fd, iov, 3); in probe_cache_entry__write()
886 ret = writev(fd, iov, 2); in probe_cache_entry__write()
/Linux-v4.19/arch/um/drivers/
Dvector_user.c502 CATCH_EINTR(n = writev(fd, (struct iovec *) hdr, iovcount)); in uml_vector_writev()
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h154 COMPAT_SYS_SPU(writev)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S233 ENTRY_COMP(writev)
/Linux-v4.19/fs/
DKconfig.binfmt138 bool "OSF/1 v4 readv/writev compatibility"
Dread_write.c1109 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1301 COMPAT_SYSCALL_DEFINE3(writev, compat_ulong_t, fd, in COMPAT_SYSCALL_DEFINE3() argument
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl162 146 common writev sys_writev
/Linux-v4.19/Documentation/filesystems/
Dorangefs.txt448 Userspace uses writev() on /dev/pvfs2-req to pass responses to the requests
458 the writev.
Dmandatory-locking.txt150 write(), readv(), writev(), open(), creat(), mmap(), truncate() and
Dspufs.txt40 all files that support the write(2) operation also support writev(2).
Dntfs.txt83 - The new driver supports readv(2) and writev(2).
DLocking454 ssize_t (*writev) (struct file *, const struct iovec *, unsigned long,
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl138 146 common writev sys_writev compat_sys_writev
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl138 146 common writev sys_writev compat_sys_writev
/Linux-v4.19/samples/mic/mpssd/
Dmpssd.c702 len = writev(net_poll[NET_FD_TUN].fd, in virtio_net()
887 len = writev(pty_fd, in virtio_console()
/Linux-v4.19/Documentation/hid/
Duhid.txt42 I/O with readv()/writev().
/Linux-v4.19/Documentation/block/
Dbiodoc.txt371 when it came to large i/o requests and readv/writev style operations, as it
394 (including non-page aligned page fragments, as specified via readv/writev)
/Linux-v4.19/init/
DKconfig304 bool "Enable process_vm_readv/writev syscalls"