Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dbuffered_read.c626 int netfs_write_begin(struct netfs_inode *ctx, in netfs_write_begin() function
713 EXPORT_SYMBOL(netfs_write_begin);
/linux/include/linux/
H A Dnetfs.h422 int netfs_write_begin(struct netfs_inode *, struct file *,
/linux/Documentation/filesystems/
H A Dnetfs_library.rst140 int netfs_write_begin(struct netfs_inode *ctx,
365 [Optional] This is called from the netfs_write_begin() helper once it has
/linux/fs/ceph/
H A Daddr.c1545 r = netfs_write_begin(&ci->netfs, file, inode->i_mapping, pos, len, foliop, NULL); in ceph_write_begin()