Searched refs:generic_write_end (Results 1 – 17 of 17) sorted by relevance
| /linux/fs/bfs/ |
| H A D | file.c | 198 .write_end = generic_write_end,
|
| /linux/fs/adfs/ |
| H A D | inode.c | 83 .write_end = generic_write_end,
|
| /linux/fs/hpfs/ |
| H A D | file.c | 216 err = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in hpfs_write_end()
|
| /linux/fs/omfs/ |
| H A D | file.c | 376 .write_end = generic_write_end,
|
| /linux/fs/jfs/ |
| H A D | inode.c | 320 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in jfs_write_end()
|
| /linux/include/linux/ |
| H A D | buffer_head.h | 266 int generic_write_end(const struct kiocb *, struct address_space *,
|
| /linux/fs/hfs/ |
| H A D | extent.c | 498 res = generic_write_end(NULL, mapping, size + 1, 0, 0, in hfs_file_truncate()
|
| /linux/fs/hfsplus/ |
| H A D | extents.c | 561 res = generic_write_end(NULL, mapping, size, 0, 0, in hfsplus_file_truncate()
|
| /linux/fs/exfat/ |
| H A D | inode.c | 476 err = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in exfat_write_end()
|
| /linux/fs/minix/ |
| H A D | inode.c | 486 .write_end = generic_write_end,
|
| /linux/fs/ |
| H A D | buffer.c | 2300 int generic_write_end(const struct kiocb *iocb, struct address_space *mapping, in generic_write_end() function 2337 EXPORT_SYMBOL(generic_write_end);
|
| /linux/fs/affs/ |
| H A D | file.c | 442 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in affs_write_end()
|
| /linux/fs/nilfs2/ |
| H A D | inode.c | 253 copied = generic_write_end(iocb, mapping, pos, len, copied, folio, in nilfs_write_end()
|
| /linux/fs/ufs/ |
| H A D | inode.c | 498 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in ufs_write_end()
|
| /linux/fs/ext2/ |
| H A D | inode.c | 946 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in ext2_write_end()
|
| /linux/fs/fat/ |
| H A D | inode.c | 245 err = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in fat_write_end()
|
| /linux/fs/udf/ |
| H A D | inode.c | 289 return generic_write_end(iocb, mapping, pos, len, copied, folio, in udf_write_end()
|