Searched refs:cont_write_begin (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/adfs/ |
| A D | inode.c | 62 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in adfs_write_begin()
|
| /linux/fs/hpfs/ |
| A D | file.c | 197 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in hpfs_write_begin()
|
| /linux/include/linux/ |
| A D | buffer_head.h | 270 int cont_write_begin(struct file *, struct address_space *, loff_t,
|
| /linux/fs/hfsplus/ |
| A D | inode.c | 46 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in hfsplus_write_begin()
|
| /linux/fs/hfs/ |
| A D | inode.c | 52 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in hfs_write_begin()
|
| /linux/fs/ |
| A D | buffer.c | 2562 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function 2584 EXPORT_SYMBOL(cont_write_begin);
|
| /linux/fs/affs/ |
| A D | file.c | 424 ret = cont_write_begin(file, mapping, pos, len, foliop, fsdata, in affs_write_begin()
|
| /linux/fs/fat/ |
| A D | inode.c | 228 err = cont_write_begin(file, mapping, pos, len, in fat_write_begin()
|
| /linux/Documentation/filesystems/ |
| A D | porting.rst | 317 moved from generic methods (block_write_begin, cont_write_begin,
|
Completed in 27 milliseconds