Home
last modified time | relevance | path

Searched refs:netfs_write_begin (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dnetfs.h225 extern int netfs_write_begin(struct file *, struct address_space *,
/Linux-v5.15/Documentation/filesystems/
Dnetfs_library.rst80 * int netfs_write_begin(struct file *file,
270 [Required] This is called by netfs_write_begin() to ask if the file is being
332 [Optional] This is called from the netfs_write_begin() helper once it has
/Linux-v5.15/fs/netfs/
Dread_helper.c1083 int netfs_write_begin(struct file *file, struct address_space *mapping, in netfs_write_begin() function
1208 EXPORT_SYMBOL(netfs_write_begin);
/Linux-v5.15/fs/afs/
Dwrite.c49 ret = netfs_write_begin(file, mapping, pos, len, flags, &page, fsdata, in afs_write_begin()
/Linux-v5.15/fs/ceph/
Daddr.c1255 r = netfs_write_begin(file, inode->i_mapping, pos, len, 0, &page, NULL, in ceph_write_begin()