Searched refs:cont_write_begin (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/hpfs/ |
D | file.c | 155 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin()
|
/linux-4.1.27/fs/adfs/ |
D | inode.c | 63 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
|
/linux-4.1.27/include/linux/ |
D | buffer_head.h | 225 int cont_write_begin(struct file *, struct address_space *, loff_t,
|
/linux-4.1.27/fs/hfsplus/ |
D | inode.c | 51 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
|
/linux-4.1.27/fs/hfs/ |
D | inode.c | 56 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfs_write_begin()
|
/linux-4.1.27/fs/ |
D | buffer.c | 2352 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function 2374 EXPORT_SYMBOL(cont_write_begin);
|
/linux-4.1.27/fs/affs/ |
D | file.c | 420 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin()
|
/linux-4.1.27/Documentation/filesystems/ |
D | porting | 278 moved from generic methods (block_write_begin, cont_write_begin,
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 215 err = cont_write_begin(file, mapping, pos, len, flags, in fat_write_begin()
|