Searched refs:block_write_end (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/fs/sysv/ |
H A D | dir.c | 42 block_write_end(NULL, mapping, pos, len, len, page, NULL); dir_commit_chunk()
|
/linux-4.4.14/fs/minix/ |
H A D | dir.c | 53 block_write_end(NULL, mapping, pos, len, len, page, NULL); dir_commit_chunk()
|
/linux-4.4.14/include/linux/ |
H A D | buffer_head.h | 218 int block_write_end(struct file *, struct address_space *,
|
/linux-4.4.14/fs/nilfs2/ |
H A D | dir.c | 95 copied = block_write_end(NULL, mapping, pos, len, len, page, NULL); nilfs_commit_chunk()
|
H A D | recovery.c | 543 block_write_end(NULL, inode->i_mapping, pos, blocksize, list_for_each_entry_safe()
|
/linux-4.4.14/fs/ext2/ |
H A D | dir.c | 95 block_write_end(NULL, mapping, pos, len, len, page, NULL); ext2_commit_chunk()
|
/linux-4.4.14/fs/ufs/ |
H A D | dir.c | 50 block_write_end(NULL, mapping, pos, len, len, page, NULL); ufs_commit_chunk()
|
/linux-4.4.14/fs/ |
H A D | buffer.c | 2054 int block_write_end(struct file *file, struct address_space *mapping, block_write_end() function 2088 EXPORT_SYMBOL(block_write_end); variable 2098 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); generic_write_end()
|
H A D | block_dev.c | 326 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); blkdev_write_end()
|
/linux-4.4.14/fs/ext4/ |
H A D | inode.c | 1166 copied = block_write_end(file, mapping, pos, ext4_write_end()
|
Completed in 332 milliseconds