Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/hpfs/
H A Dfile.c161 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin()
/OK3568_Linux_fs/kernel/fs/adfs/
H A Dinode.c61 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbuffer_head.h275 int cont_write_begin(struct file *, struct address_space *, loff_t,
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dinode.c398 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in exfat_write_begin()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dinode.c52 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dinode.c59 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfs_write_begin()
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c2477 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function
2499 EXPORT_SYMBOL(cont_write_begin);
/OK3568_Linux_fs/kernel/fs/affs/
H A Dfile.c423 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin()
/OK3568_Linux_fs/kernel/fs/fat/
H A Dinode.c235 err = cont_write_begin(file, mapping, pos, len, flags, in fat_write_begin()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dporting.rst311 moved from generic methods (block_write_begin, cont_write_begin,