Home
last modified time | relevance | path

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

/fs/sysv/
Ddir.c47 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
/fs/minix/
Ddir.c58 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
/fs/ufs/
Ddir.c50 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ufs_commit_chunk()
/fs/ext2/
Ddir.c91 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ext2_commit_chunk()
/fs/
Dbuffer.c2088 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()
Dblock_dev.c201 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
/fs/ext3/
Dinode.c1236 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in ext3_generic_write_end()