Home
last modified time | relevance | path

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

/openbmc/linux/fs/netfs/
H A Dbuffered_read.c341 int netfs_write_begin(struct netfs_inode *ctx, in netfs_write_begin() function
436 EXPORT_SYMBOL(netfs_write_begin);
/openbmc/linux/include/linux/
H A Dnetfs.h290 int netfs_write_begin(struct netfs_inode *, struct file *,
/openbmc/linux/fs/9p/
H A Dvfs_addr.c289 retval = netfs_write_begin(&v9inode->netfs, filp, mapping, pos, len, &folio, fsdata); in v9fs_write_begin()
/openbmc/linux/Documentation/filesystems/
H A Dnetfs_library.rst140 int netfs_write_begin(struct netfs_inode *ctx,
380 [Optional] This is called from the netfs_write_begin() helper once it has
/openbmc/linux/fs/afs/
H A Dwrite.c87 ret = netfs_write_begin(&vnode->netfs, file, mapping, pos, len, &folio, fsdata); in afs_write_begin()
/openbmc/linux/fs/ceph/
H A Daddr.c1511 r = netfs_write_begin(&ci->netfs, file, inode->i_mapping, pos, len, &folio, NULL); in ceph_write_begin()