Searched refs:cont_write_begin (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/hpfs/ |
D | file.c | 160 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin()
|
/linux-4.4.14/fs/adfs/ |
D | inode.c | 63 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
|
/linux-4.4.14/include/linux/ |
D | buffer_head.h | 225 int cont_write_begin(struct file *, struct address_space *, loff_t,
|
/linux-4.4.14/fs/hfsplus/ |
D | inode.c | 51 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
|
/linux-4.4.14/fs/hfs/ |
D | inode.c | 56 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfs_write_begin()
|
/linux-4.4.14/fs/ |
D | buffer.c | 2375 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/ |
D | file.c | 420 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin()
|
/linux-4.4.14/Documentation/filesystems/ |
D | porting | 278 moved from generic methods (block_write_begin, cont_write_begin,
|
/linux-4.4.14/fs/fat/ |
D | inode.c | 216 err = cont_write_begin(file, mapping, pos, len, flags, in fat_write_begin()
|