Searched +path:read_write +path:. +path:c +refs:read (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/fs/ecryptfs/ |
H A D | read_write.c | 220 * @data: The read data is stored here by this function 221 * @offset: Byte offset in the lower file from which to read the data 222 * @size: Number of bytes to read from @offset of the lower file and 229 * Returns bytes read on success; 0 on EOF; less than zero on error 251 * offset within the page, maps the page, and makes the call to read
|
/linux-4.1.27/fs/ |
H A D | read_write.c | 81 * SEEK_CUR is synchronized against other SEEK_CURs, but not read/writes. 82 * read/writes behave like SEEK_SET against seeks. 96 * f_pos value back to the file because a concurrent read(), generic_file_llseek_size() 102 * f_lock protects against read/modify/write race with other generic_file_llseek_size() 431 if (file->f_op->read) __vfs_read() 432 return file->f_op->read(file, buf, count, pos); __vfs_read() 562 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) 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() 799 fn = file->f_op->read; do_readv_writev() 973 fn = file->f_op->read; compat_do_readv_writev()
|
Completed in 166 milliseconds