Searched refs:block_write_end (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/ |
D | buffer_head.h | 229 int block_write_end(struct file *, struct address_space *,
|
/Linux-v4.19/fs/sysv/ |
D | dir.c | 43 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
|
/Linux-v4.19/fs/minix/ |
D | dir.c | 54 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
|
/Linux-v4.19/fs/nilfs2/ |
D | dir.c | 106 copied = block_write_end(NULL, mapping, pos, len, len, page, NULL); in nilfs_commit_chunk()
|
D | recovery.c | 532 block_write_end(NULL, inode->i_mapping, pos, blocksize, in nilfs_recover_dsync_blocks()
|
/Linux-v4.19/fs/ext2/ |
D | dir.c | 97 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ext2_commit_chunk()
|
/Linux-v4.19/fs/ufs/ |
D | dir.c | 52 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ufs_commit_chunk()
|
/Linux-v4.19/fs/ |
D | buffer.c | 2121 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end() function 2155 EXPORT_SYMBOL(block_write_end); 2161 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
|
D | block_dev.c | 594 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
|
/Linux-v4.19/fs/ext4/ |
D | inode.c | 1405 copied = block_write_end(file, mapping, pos, in ext4_write_end()
|