Searched refs:cont_write_begin (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/hpfs/ |
A D | file.c | 198 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hpfs_write_begin()
|
/linux-6.3-rc2/fs/adfs/ |
A D | inode.c | 61 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in adfs_write_begin()
|
/linux-6.3-rc2/include/linux/ |
A D | buffer_head.h | 277 int cont_write_begin(struct file *, struct address_space *, loff_t,
|
/linux-6.3-rc2/fs/exfat/ |
A D | inode.c | 370 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in exfat_write_begin()
|
/linux-6.3-rc2/fs/hfsplus/ |
A D | inode.c | 52 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfsplus_write_begin()
|
/linux-6.3-rc2/fs/hfs/ |
A D | inode.c | 58 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfs_write_begin()
|
/linux-6.3-rc2/fs/ |
A D | buffer.c | 2484 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function 2506 EXPORT_SYMBOL(cont_write_begin);
|
/linux-6.3-rc2/fs/affs/ |
A D | file.c | 423 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in affs_write_begin()
|
/linux-6.3-rc2/fs/fat/ |
A D | inode.c | 230 err = cont_write_begin(file, mapping, pos, len, in fat_write_begin()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | porting.rst | 317 moved from generic methods (block_write_begin, cont_write_begin,
|
Completed in 23 milliseconds