Home
last modified time | relevance | path

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

/linux-6.15/fs/bfs/
H A Dfile.c197 .write_end = generic_write_end,
/linux-6.15/fs/adfs/
H A Dinode.c82 .write_end = generic_write_end,
/linux-6.15/fs/hpfs/
H A Dfile.c212 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in hpfs_write_end()
/linux-6.15/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-6.15/fs/jfs/
H A Dinode.c312 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in jfs_write_end()
/linux-6.15/fs/omfs/
H A Dfile.c375 .write_end = generic_write_end,
/linux-6.15/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-6.15/include/linux/
H A Dbuffer_head.h268 int generic_write_end(struct file *, struct address_space *,
/linux-6.15/fs/exfat/
H A Dinode.c474 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in exfat_write_end()
/linux-6.15/fs/minix/
H A Dinode.c469 .write_end = generic_write_end,
/linux-6.15/fs/
H A Dbuffer.c2307 int generic_write_end(struct file *file, struct address_space *mapping, in generic_write_end() function
2344 EXPORT_SYMBOL(generic_write_end);
/linux-6.15/fs/nilfs2/
H A Dinode.c251 copied = generic_write_end(file, mapping, pos, len, copied, folio, in nilfs_write_end()
/linux-6.15/fs/affs/
H A Dfile.c440 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in affs_write_end()
/linux-6.15/fs/ext2/
H A Dinode.c935 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in ext2_write_end()
/linux-6.15/fs/ufs/
H A Dinode.c496 ret = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in ufs_write_end()
/linux-6.15/fs/fat/
H A Dinode.c242 err = generic_write_end(file, mapping, pos, len, copied, folio, fsdata); in fat_write_end()
/linux-6.15/fs/ntfs3/
H A Dinode.c988 err = generic_write_end(file, mapping, pos, len, copied, folio, in ntfs_write_end()
/linux-6.15/fs/udf/
H A Dinode.c282 return generic_write_end(file, mapping, pos, len, copied, folio, in udf_write_end()