Searched +path:read_write +path:. +path:c +refs:write (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/ecryptfs/
H A Dread_write.c18 * along with this program; if not, write to the Free Software
30 * @data: Data to write
31 * @offset: Byte offset in the lower file to which to write the data
32 * @size: Number of bytes from @data to write at @offset in the lower
60 * @size: The amount of data from @page_for_lower to write to the
64 * offset within the page, maps the page, and makes the call to write
89 * @ecryptfs_inode: The eCryptfs file into which to write
90 * @data: Virtual address where data to write is located
93 * @size: The number of bytes to write from @data
139 /* remaining zeros to write, up to destination offset */ ecryptfs_write()
247 * @size: The number of bytes to write into @page_for_ecryptfs
/linux-4.1.27/fs/
H A Dread_write.c97 * write() or lseek() might have altered it generic_file_llseek_size()
102 * f_lock protects against read/modify/write race with other generic_file_llseek_size()
488 if (file->f_op->write) __vfs_write()
489 return file->f_op->write(file, p, count, pos); __vfs_write()
577 SYSCALL_DEFINE3(write, unsigned int, fd, const char __user *, buf, SYSCALL_DEFINE3()
696 /* A write operation does a read from user space and vice versa */
744 * Linux caps all read/write calls to MAX_RW_COUNT, and avoids the rw_copy_check_uvector()
802 fn = (io_fn_t)file->f_op->write; do_readv_writev()
976 fn = (io_fn_t)file->f_op->write; compat_do_readv_writev()

Completed in 255 milliseconds