Home
last modified time | relevance | path

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

/Linux-v4.19/fs/hpfs/
Dfile.c161 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin()
/Linux-v4.19/fs/adfs/
Dinode.c63 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
/Linux-v4.19/include/linux/
Dbuffer_head.h237 int cont_write_begin(struct file *, struct address_space *, loff_t,
/Linux-v4.19/fs/hfsplus/
Dinode.c52 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
/Linux-v4.19/fs/hfs/
Dinode.c58 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfs_write_begin()
/Linux-v4.19/fs/affs/
Dfile.c422 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin()
/Linux-v4.19/fs/
Dbuffer.c2408 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function
2430 EXPORT_SYMBOL(cont_write_begin);
/Linux-v4.19/fs/fat/
Dinode.c229 err = cont_write_begin(file, mapping, pos, len, flags, in fat_write_begin()
/Linux-v4.19/Documentation/filesystems/
Dporting278 moved from generic methods (block_write_begin, cont_write_begin,