Searched refs:cont_write_begin (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | file.c | 161 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin()
|
| /OK3568_Linux_fs/kernel/fs/adfs/ |
| H A D | inode.c | 61 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | buffer_head.h | 275 int cont_write_begin(struct file *, struct address_space *, loff_t,
|
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | inode.c | 398 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in exfat_write_begin()
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | inode.c | 52 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | inode.c | 59 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfs_write_begin()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | buffer.c | 2477 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 D | file.c | 423 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin()
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | inode.c | 235 err = cont_write_begin(file, mapping, pos, len, flags, in fat_write_begin()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | porting.rst | 311 moved from generic methods (block_write_begin, cont_write_begin,
|