Home
last modified time | relevance | path

Searched refs:block_write_end (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/fs/sysv/
Ddir.c36 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
/Linux-v6.6/include/linux/
Dbuffer_head.h268 int block_write_end(struct file *, struct address_space *,
/Linux-v6.6/fs/minix/
Ddir.c54 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
/Linux-v6.6/fs/nilfs2/
Ddir.c106 copied = block_write_end(NULL, mapping, pos, len, len, page, NULL); in nilfs_commit_chunk()
Drecovery.c532 block_write_end(NULL, inode->i_mapping, pos, blocksize, in nilfs_recover_dsync_blocks()
/Linux-v6.6/fs/
Dbuffer.c2240 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end() function
2272 EXPORT_SYMBOL(block_write_end);
2282 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
/Linux-v6.6/fs/ext2/
Ddir.c90 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ext2_commit_chunk()
/Linux-v6.6/fs/ufs/
Ddir.c51 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ufs_commit_chunk()
/Linux-v6.6/block/
Dfops.c439 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
/Linux-v6.6/fs/iomap/
Dbuffered-io.c844 ret = block_write_end(NULL, iter->inode->i_mapping, pos, len, in iomap_write_end()
/Linux-v6.6/fs/ntfs3/
Dinode.c1009 err = block_write_end(NULL, mapping, pos, len, len, page, NULL); in reset_log_file()
/Linux-v6.6/fs/ext4/
Dinode.c1277 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in ext4_write_end()
2951 copied = block_write_end(NULL, mapping, pos, len, copied, page, NULL); in ext4_da_do_write_end()