Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/sysv/
H A Ddir.c43 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbuffer_head.h267 int block_write_end(struct file *, struct address_space *,
/OK3568_Linux_fs/kernel/fs/minix/
H A Ddir.c54 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Ddir.c106 copied = block_write_end(NULL, mapping, pos, len, len, page, NULL); in nilfs_commit_chunk()
H A Drecovery.c532 block_write_end(NULL, inode->i_mapping, pos, blocksize, in nilfs_recover_dsync_blocks()
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c2160 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end() function
2194 EXPORT_SYMBOL(block_write_end);
2204 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
H A Dblock_dev.c667 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
/OK3568_Linux_fs/kernel/fs/ufs/
H A Ddir.c52 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ufs_commit_chunk()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Ddir.c97 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ext2_commit_chunk()
/OK3568_Linux_fs/kernel/fs/iomap/
H A Dbuffered-io.c721 ret = block_write_end(NULL, inode->i_mapping, pos, len, copied, in iomap_write_end()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c1321 copied = block_write_end(file, mapping, pos, in ext4_write_end()