Searched refs:block_write_end (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | buffer_head.h | 265 int block_write_end(struct file *, struct address_space *,
|
| /linux-6.15/fs/minix/ |
| H A D | dir.c | 48 block_write_end(NULL, mapping, pos, len, len, folio, NULL); in dir_commit_chunk()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | dir.c | 99 copied = block_write_end(NULL, mapping, pos, len, len, folio, NULL); in nilfs_commit_chunk()
|
| H A D | recovery.c | 563 block_write_end(NULL, inode->i_mapping, pos, blocksize, in nilfs_recover_dsync_blocks()
|
| /linux-6.15/fs/ |
| H A D | buffer.c | 2274 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end() function 2305 EXPORT_SYMBOL(block_write_end); 2315 copied = block_write_end(file, mapping, pos, len, copied, folio, fsdata); in generic_write_end()
|
| /linux-6.15/fs/ufs/ |
| H A D | dir.c | 51 block_write_end(NULL, mapping, pos, len, len, folio, NULL); in ufs_commit_chunk()
|
| /linux-6.15/fs/ext2/ |
| H A D | dir.c | 90 block_write_end(NULL, mapping, pos, len, len, folio, NULL); in ext2_commit_chunk()
|
| /linux-6.15/block/ |
| H A D | fops.c | 486 ret = block_write_end(file, mapping, pos, len, copied, folio, fsdata); in blkdev_write_end()
|
| /linux-6.15/fs/iomap/ |
| H A D | buffered-io.c | 899 bh_written = block_write_end(NULL, iter->inode->i_mapping, pos, in iomap_write_end()
|
| /linux-6.15/fs/ext4/ |
| H A D | inode.c | 1309 copied = block_write_end(file, mapping, pos, len, copied, folio, fsdata); in ext4_write_end() 3018 copied = block_write_end(NULL, mapping, pos, len, copied, in ext4_da_do_write_end()
|