Home
last modified time | relevance | path

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

/Linux-v6.6/fs/adfs/
Dinode.c61 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in adfs_write_begin()
/Linux-v6.6/fs/hpfs/
Dfile.c198 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hpfs_write_begin()
/Linux-v6.6/include/linux/
Dbuffer_head.h276 int cont_write_begin(struct file *, struct address_space *, loff_t,
/Linux-v6.6/fs/exfat/
Dinode.c370 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in exfat_write_begin()
/Linux-v6.6/fs/hfsplus/
Dinode.c52 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfsplus_write_begin()
/Linux-v6.6/fs/hfs/
Dinode.c58 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfs_write_begin()
/Linux-v6.6/fs/
Dbuffer.c2565 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function
2587 EXPORT_SYMBOL(cont_write_begin);
/Linux-v6.6/fs/affs/
Dfile.c425 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in affs_write_begin()
/Linux-v6.6/fs/fat/
Dinode.c230 err = cont_write_begin(file, mapping, pos, len, in fat_write_begin()
/Linux-v6.6/Documentation/filesystems/
Dporting.rst317 moved from generic methods (block_write_begin, cont_write_begin,