Home
last modified time | relevance | path

Searched refs:cont_write_begin (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/fs/adfs/
H A Dinode.c62 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in adfs_write_begin()
/linux-6.15/fs/hpfs/
H A Dfile.c197 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in hpfs_write_begin()
/linux-6.15/include/linux/
H A Dbuffer_head.h272 int cont_write_begin(struct file *, struct address_space *, loff_t,
/linux-6.15/fs/hfsplus/
H A Dinode.c46 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in hfsplus_write_begin()
/linux-6.15/fs/hfs/
H A Dinode.c52 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in hfs_write_begin()
/linux-6.15/fs/
H A Dbuffer.c2581 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function
2603 EXPORT_SYMBOL(cont_write_begin);
/linux-6.15/fs/affs/
H A Dfile.c424 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in affs_write_begin()
/linux-6.15/fs/fat/
H A Dinode.c228 err = cont_write_begin(file, mapping, pos, len, in fat_write_begin()
/linux-6.15/Documentation/filesystems/
H A Dporting.rst317 moved from generic methods (block_write_begin, cont_write_begin,