Searched refs:cont_write_begin (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/fs/hpfs/ |
D | file.c | 203 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hpfs_write_begin()
|
/Linux-v6.1/fs/adfs/ |
D | inode.c | 61 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in adfs_write_begin()
|
/Linux-v6.1/include/linux/ |
D | buffer_head.h | 274 int cont_write_begin(struct file *, struct address_space *, loff_t,
|
/Linux-v6.1/fs/exfat/ |
D | inode.c | 377 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in exfat_write_begin()
|
/Linux-v6.1/fs/hfsplus/ |
D | inode.c | 52 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfsplus_write_begin()
|
/Linux-v6.1/fs/hfs/ |
D | inode.c | 58 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in hfs_write_begin()
|
/Linux-v6.1/fs/ |
D | buffer.c | 2436 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin() function 2458 EXPORT_SYMBOL(cont_write_begin);
|
/Linux-v6.1/fs/affs/ |
D | file.c | 423 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata, in affs_write_begin()
|
/Linux-v6.1/fs/fat/ |
D | inode.c | 235 err = cont_write_begin(file, mapping, pos, len, in fat_write_begin()
|
/Linux-v6.1/Documentation/filesystems/ |
D | porting.rst | 317 moved from generic methods (block_write_begin, cont_write_begin,
|