Searched refs:block_write_end (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/sysv/ |
H A D | dir.c | 36 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
|
/openbmc/linux/include/linux/ |
H A D | buffer_head.h | 268 int block_write_end(struct file *, struct address_space *,
|
/openbmc/linux/fs/minix/ |
H A D | dir.c | 54 block_write_end(NULL, mapping, pos, len, len, page, NULL); in dir_commit_chunk()
|
/openbmc/linux/fs/ |
H A D | buffer.c | 2246 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end() function 2278 EXPORT_SYMBOL(block_write_end); 2288 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in generic_write_end()
|
/openbmc/linux/fs/ufs/ |
H A D | dir.c | 51 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ufs_commit_chunk()
|
/openbmc/linux/fs/ext2/ |
H A D | dir.c | 90 block_write_end(NULL, mapping, pos, len, len, page, NULL); in ext2_commit_chunk()
|
/openbmc/linux/fs/nilfs2/ |
H A D | dir.c | 100 copied = block_write_end(NULL, mapping, pos, len, len, page, NULL); in nilfs_commit_chunk()
|
H A D | recovery.c | 533 block_write_end(NULL, inode->i_mapping, pos, blocksize, in nilfs_recover_dsync_blocks()
|
/openbmc/linux/block/ |
H A D | fops.c | 439 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata); in blkdev_write_end()
|
/openbmc/linux/fs/iomap/ |
H A D | buffered-io.c | 845 ret = block_write_end(NULL, iter->inode->i_mapping, pos, len, in iomap_write_end()
|
/openbmc/linux/fs/ntfs3/ |
H A D | inode.c | 1032 err = block_write_end(NULL, mapping, pos, len, len, page, NULL); in reset_log_file()
|
/openbmc/linux/fs/ext4/ |
H A D | inode.c | 1318 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata); in ext4_write_end() 2990 copied = block_write_end(NULL, mapping, pos, len, copied, in ext4_da_do_write_end()
|