Searched refs:block_write_end (Results 1 – 7 of 7) sorted by relevance
/fs/sysv/ |
D | dir.c | 47 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
|
/fs/minix/ |
D | dir.c | 58 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
|
/fs/ufs/ |
D | dir.c | 50 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ufs_commit_chunk()
|
/fs/ext2/ |
D | dir.c | 91 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ext2_commit_chunk()
|
/fs/ |
D | buffer.c | 2088 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end() function 2122 EXPORT_SYMBOL(block_write_end); 2131 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
|
D | block_dev.c | 201 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
|
/fs/ext3/ |
D | inode.c | 1236 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in ext3_generic_write_end()
|