Searched refs:vfs_write (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/ktest/examples/bootconfigs/ |
H A D | tracing.bconf | 17 probes = "vfs_write $arg2 +0($arg2):ustring $arg3";
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | rtla-timerlat-top.rst | 99 -> vfs_write
|
/openbmc/linux/fs/ |
H A D | read_write.c | 564 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write() function 637 ret = vfs_write(f.file, buf, count, ppos); in ksys_write() 699 ret = vfs_write(f.file, buf, count, &pos); in ksys_pwrite64()
|
/openbmc/linux/Documentation/mm/ |
H A D | slub.rst | 213 [<c0183ba7>] vfs_write+0xd1/0x15a
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2027 extern ssize_t vfs_write(struct file *, const char __user *, size_t, loff_t *);
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 1917 => vfs_write
|