Home
last modified time | relevance | path

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

/linux-6.12.1/fs/netfs/
Dbuffered_read.c686 int netfs_write_begin(struct netfs_inode *ctx, in netfs_write_begin() function
773 EXPORT_SYMBOL(netfs_write_begin);
/linux-6.12.1/include/linux/
Dnetfs.h417 int netfs_write_begin(struct netfs_inode *, struct file *,
/linux-6.12.1/Documentation/filesystems/
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-6.12.1/fs/ceph/
Daddr.c1535 r = netfs_write_begin(&ci->netfs, file, inode->i_mapping, pos, len, foliop, NULL); in ceph_write_begin()