Home
last modified time | relevance | path

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

/linux/fs/bfs/
H A Dfile.c198 .write_end = generic_write_end,
/linux/fs/adfs/
H A Dinode.c83 .write_end = generic_write_end,
/linux/fs/hpfs/
H A Dfile.c214 err = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in hpfs_write_end()
/linux/fs/hfsplus/
H A Dinode.c160 .write_end = generic_write_end,
171 .write_end = generic_write_end,
H A Dextents.c562 res = generic_write_end(NULL, mapping, size, 0, 0, in hfsplus_file_truncate()
/linux/fs/jfs/
H A Dinode.c314 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in jfs_write_end()
/linux/fs/hfs/
H A Dextent.c497 res = generic_write_end(NULL, mapping, size + 1, 0, 0, in hfs_file_truncate()
/linux/fs/exfat/
H A Dinode.c476 err = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in exfat_write_end()
/linux/fs/minix/
H A Dinode.c470 .write_end = generic_write_end,
/linux/fs/
H A Dbuffer.c2300 int generic_write_end(const struct kiocb *iocb, struct address_space *mapping, in generic_write_end() function
2337 EXPORT_SYMBOL(generic_write_end);
/linux/fs/affs/
H A Dfile.c442 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in affs_write_end()
/linux/fs/nilfs2/
H A Dinode.c253 copied = generic_write_end(iocb, mapping, pos, len, copied, folio, in nilfs_write_end()
/linux/fs/ext2/
H A Dinode.c946 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in ext2_write_end()
/linux/fs/ufs/
H A Dinode.c498 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in ufs_write_end()
/linux/fs/fat/
H A Dinode.c244 err = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in fat_write_end()
/linux/fs/ntfs3/
H A Dinode.c1005 err = generic_write_end(iocb, mapping, pos, len, copied, folio, in ntfs_write_end()
/linux/fs/udf/
H A Dinode.c289 return generic_write_end(iocb, mapping, pos, len, copied, folio, in udf_write_end()