Searched refs:vfs_write (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | read_write.c | 420 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write() function 448 EXPORT_SYMBOL(vfs_write); 487 ret = vfs_write(file, buf, count, &pos); in SYSCALL_DEFINE3() 538 ret = vfs_write(file, buf, count, &pos); in SYSCALL_DEFINE()
|
D | splice.c | 581 res = vfs_write(file, (const char __user *)buf, count, &pos); in kernel_write()
|
/fs/ecryptfs/ |
D | read_write.c | 51 rc = vfs_write(lower_file, data, size, &offset); in ecryptfs_write_lower()
|