| /linux-6.15/fs/bfs/ |
| H A D | file.c | 197 .write_end = generic_write_end,
|
| /linux-6.15/fs/adfs/ |
| H A D | inode.c | 82 .write_end = generic_write_end,
|
| /linux-6.15/fs/hpfs/ |
| H A D | file.c | 212 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in hpfs_write_end()
|
| /linux-6.15/fs/hfsplus/ |
| H A D | inode.c | 158 .write_end = generic_write_end, 169 .write_end = generic_write_end,
|
| H A D | extents.c | 565 res = generic_write_end(NULL, mapping, size, 0, 0, in hfsplus_file_truncate()
|
| /linux-6.15/fs/jfs/ |
| H A D | inode.c | 312 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in jfs_write_end()
|
| /linux-6.15/fs/omfs/ |
| H A D | file.c | 375 .write_end = generic_write_end,
|
| /linux-6.15/fs/hfs/ |
| H A D | inode.c | 161 .write_end = generic_write_end, 172 .write_end = generic_write_end,
|
| H A D | extent.c | 497 res = generic_write_end(NULL, mapping, size + 1, 0, 0, in hfs_file_truncate()
|
| /linux-6.15/include/linux/ |
| H A D | buffer_head.h | 268 int generic_write_end(struct file *, struct address_space *,
|
| /linux-6.15/fs/exfat/ |
| H A D | inode.c | 474 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in exfat_write_end()
|
| /linux-6.15/fs/minix/ |
| H A D | inode.c | 469 .write_end = generic_write_end,
|
| /linux-6.15/fs/ |
| H A D | buffer.c | 2307 int generic_write_end(struct file *file, struct address_space *mapping, in generic_write_end() function 2344 EXPORT_SYMBOL(generic_write_end);
|
| /linux-6.15/fs/nilfs2/ |
| H A D | inode.c | 251 copied = generic_write_end(file, mapping, pos, len, copied, folio, in nilfs_write_end()
|
| /linux-6.15/fs/affs/ |
| H A D | file.c | 440 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in affs_write_end()
|
| /linux-6.15/fs/ext2/ |
| H A D | inode.c | 935 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in ext2_write_end()
|
| /linux-6.15/fs/ufs/ |
| H A D | inode.c | 496 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in ufs_write_end()
|
| /linux-6.15/fs/fat/ |
| H A D | inode.c | 242 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in fat_write_end()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | inode.c | 988 err = generic_write_end(file, mapping, pos, len, copied, folio, in ntfs_write_end()
|
| /linux-6.15/fs/udf/ |
| H A D | inode.c | 282 return generic_write_end(file, mapping, pos, len, copied, folio, in udf_write_end()
|