Home
last modified time | relevance | path

Searched refs:generic_write_end (Results 1 – 21 of 21) sorted by relevance

/linux/fs/bfs/
H A Dfile.c197 .write_end = generic_write_end,
/linux/fs/hfsplus/
H A Dinode.c158 .write_end = generic_write_end,
169 .write_end = generic_write_end,
H A Dextents.c565 res = generic_write_end(NULL, mapping, size, 0, 0, in hfsplus_file_truncate()
/linux/fs/hpfs/
H A Dfile.c212 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in hpfs_write_end()
/linux/fs/adfs/
H A Dinode.c82 .write_end = generic_write_end,
/linux/fs/hfs/
H A Dinode.c161 .write_end = generic_write_end,
172 .write_end = generic_write_end,
H A Dextent.c497 res = generic_write_end(NULL, mapping, size + 1, 0, 0, in hfs_file_truncate()
/linux/fs/jfs/
H A Dinode.c312 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in jfs_write_end()
/linux/fs/omfs/
H A Dfile.c375 .write_end = generic_write_end,
/linux/include/linux/
H A Dbuffer_head.h266 int generic_write_end(struct file *, struct address_space *,
/linux/fs/sysv/
H A Ditree.c508 .write_end = generic_write_end,
/linux/fs/exfat/
H A Dinode.c471 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in exfat_write_end()
/linux/fs/minix/
H A Dinode.c469 .write_end = generic_write_end,
/linux/fs/
H A Dbuffer.c2276 int generic_write_end(struct file *file, struct address_space *mapping, in generic_write_end() function
2313 EXPORT_SYMBOL(generic_write_end);
/linux/fs/nilfs2/
H A Dinode.c281 copied = generic_write_end(file, mapping, pos, len, copied, folio, in nilfs_write_end()
/linux/fs/affs/
H A Dfile.c440 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in affs_write_end()
/linux/fs/ext2/
H A Dinode.c935 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in ext2_write_end()
/linux/fs/ufs/
H A Dinode.c518 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in ufs_write_end()
/linux/fs/fat/
H A Dinode.c242 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in fat_write_end()
/linux/fs/ntfs3/
H A Dinode.c980 err = generic_write_end(file, mapping, pos, len, copied, folio, in ntfs_write_end()
/linux/fs/udf/
H A Dinode.c282 return generic_write_end(file, mapping, pos, len, copied, folio, in udf_write_end()