Searched refs:block_write_end (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/sysv/
H A Ddir.c36 block_write_end(NULL, mapping, pos, len, len, page, NULL);
/linux-master/include/linux/
H A Dbuffer_head.h264 int block_write_end(struct file *, struct address_space *,
/linux-master/fs/ufs/
H A Ddir.c51 block_write_end(NULL, mapping, pos, len, len, page, NULL);
/linux-master/fs/ext2/
H A Ddir.c90 block_write_end(NULL, mapping, pos, len, len, &folio->page, NULL);
/linux-master/fs/minix/
H A Ddir.c48 block_write_end(NULL, mapping, pos, len, len, page, NULL);
/linux-master/fs/nilfs2/
H A Ddir.c99 copied = block_write_end(NULL, mapping, pos, len, len, &folio->page, NULL);
H A Drecovery.c533 block_write_end(NULL, inode->i_mapping, pos, blocksize,
/linux-master/fs/
H A Dbuffer.c2225 int block_write_end(struct file *file, struct address_space *mapping, function
2257 EXPORT_SYMBOL(block_write_end); variable
2267 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata);
/linux-master/block/
H A Dfops.c457 ret = block_write_end(file, mapping, pos, len, copied, page, fsdata);
/linux-master/fs/iomap/
H A Dbuffered-io.c885 ret = block_write_end(NULL, iter->inode->i_mapping, pos, len,
/linux-master/fs/ntfs3/
H A Dinode.c1029 err = block_write_end(NULL, mapping, pos, len, len, page, NULL);
/linux-master/fs/ext4/
H A Dinode.c1289 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata);
2952 * block_write_end() will mark the inode as dirty with I_DIRTY_PAGES
2955 copied = block_write_end(NULL, mapping, pos, len, copied,

Completed in 190 milliseconds