Searched refs:netfs_write_begin (Results 1 – 4 of 4) sorted by relevance
/linux/fs/netfs/ |
H A D | buffered_read.c | 626 int netfs_write_begin(struct netfs_inode *ctx, in netfs_write_begin() function 713 EXPORT_SYMBOL(netfs_write_begin);
|
/linux/include/linux/ |
H A D | netfs.h | 422 int netfs_write_begin(struct netfs_inode *, struct file *,
|
/linux/Documentation/filesystems/ |
H A D | netfs_library.rst | 140 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 D | addr.c | 1545 r = netfs_write_begin(&ci->netfs, file, inode->i_mapping, pos, len, foliop, NULL); in ceph_write_begin()
|