Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Dfile.c198 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hpfs_write_begin()
/linux/fs/adfs/
H A Dinode.c63 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in adfs_write_begin()
/linux/include/linux/
H A Dbuffer_head.h271 int cont_write_begin(struct file *, struct address_space *, loff_t,
/linux/fs/hfsplus/
H A Dinode.c47 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfsplus_write_begin()
/linux/fs/hfs/
H A Dinode.c53 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfs_write_begin()
/linux/fs/
H A Dbuffer.c2570 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function
2592 EXPORT_SYMBOL(cont_write_begin);
/linux/fs/affs/
H A Dfile.c425 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in affs_write_begin()
/linux/fs/fat/
H A Dinode.c230 err = cont_write_begin(file, mapping, pos, len, in fat_write_begin()
/linux/Documentation/filesystems/
H A Dporting.rst317 moved from generic methods (block_write_begin, cont_write_begin,