Searched refs:cont_write_begin (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/hpfs/ |
D | file.c | 161 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hpfs_write_begin()
|
/linux-4.19.296/fs/adfs/ |
D | inode.c | 63 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in adfs_write_begin()
|
/linux-4.19.296/include/linux/ |
D | buffer_head.h | 273 int cont_write_begin(struct file *, struct address_space *, loff_t,
|
/linux-4.19.296/fs/hfsplus/ |
D | inode.c | 52 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
|
/linux-4.19.296/fs/hfs/ |
D | inode.c | 58 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfs_write_begin()
|
/linux-4.19.296/fs/ |
D | buffer.c | 2420 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function 2442 EXPORT_SYMBOL(cont_write_begin);
|
/linux-4.19.296/fs/affs/ |
D | file.c | 422 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in affs_write_begin()
|
/linux-4.19.296/fs/fat/ |
D | inode.c | 229 err = cont_write_begin(file, mapping, pos, len, flags, in fat_write_begin()
|