Searched refs:cont_write_begin (Results 1 – 7 of 7) sorted by relevance
/fs/hpfs/ |
D | file.c | 129 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin()
|
/fs/adfs/ |
D | inode.c | 63 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
|
/fs/hfs/ |
D | inode.c | 56 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfs_write_begin()
|
/fs/hfsplus/ |
D | inode.c | 50 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
|
/fs/ |
D | buffer.c | 2307 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function 2329 EXPORT_SYMBOL(cont_write_begin);
|
/fs/affs/ |
D | file.c | 421 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin()
|
/fs/fat/ |
D | inode.c | 162 err = cont_write_begin(file, mapping, pos, len, flags, in fat_write_begin()
|