Searched refs:netfs_write_begin (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| A D | netfs.h | 246 extern int netfs_write_begin(struct file *, struct address_space *,
|
| /linux/fs/9p/ |
| A D | vfs_addr.c | 290 retval = netfs_write_begin(filp, mapping, pos, len, flags, &folio, fsdata, in v9fs_write_begin()
|
| /linux/Documentation/filesystems/ |
| A D | netfs_library.rst | 80 int netfs_write_begin(struct file *file, 270 [Required] This is called by netfs_write_begin() to ask if the file is being 333 [Optional] This is called from the netfs_write_begin() helper once it has
|
| /linux/fs/netfs/ |
| A D | read_helper.c | 1075 int netfs_write_begin(struct file *file, struct address_space *mapping, in netfs_write_begin() function 1204 EXPORT_SYMBOL(netfs_write_begin);
|
| /linux/fs/afs/ |
| A D | write.c | 49 ret = netfs_write_begin(file, mapping, pos, len, flags, &folio, fsdata, in afs_write_begin()
|
| /linux/fs/ceph/ |
| A D | addr.c | 1260 r = netfs_write_begin(file, inode->i_mapping, pos, len, 0, &folio, NULL, in ceph_write_begin()
|
| /linux/ |
| A D | vmlinux.symvers | 8333 0x00000000 netfs_write_begin vmlinux EXPORT_SYMBOL
|
| A D | System.map | 11023 ffff800010303910 T netfs_write_begin
|
| A D | .tmp_System.map | 11023 ffff800010303910 T netfs_write_begin
|
Completed in 317 milliseconds