Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hpfs/
Dfile.c160 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin()
/linux-4.4.14/fs/adfs/
Dinode.c63 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
/linux-4.4.14/include/linux/
Dbuffer_head.h225 int cont_write_begin(struct file *, struct address_space *, loff_t,
/linux-4.4.14/fs/hfsplus/
Dinode.c51 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
/linux-4.4.14/fs/hfs/
Dinode.c56 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfs_write_begin()
/linux-4.4.14/fs/
Dbuffer.c2375 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function
2397 EXPORT_SYMBOL(cont_write_begin);
/linux-4.4.14/fs/affs/
Dfile.c420 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin()
/linux-4.4.14/Documentation/filesystems/
Dporting278 moved from generic methods (block_write_begin, cont_write_begin,
/linux-4.4.14/fs/fat/
Dinode.c216 err = cont_write_begin(file, mapping, pos, len, flags, in fat_write_begin()