Home
last modified time | relevance | path

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

/linux-4.4.14/fs/bfs/
Dfile.c193 .write_end = generic_write_end,
/linux-4.4.14/fs/hpfs/
Dfile.c175 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in hpfs_write_end()
/linux-4.4.14/fs/hfsplus/
Dinode.c161 .write_end = generic_write_end,
170 .write_end = generic_write_end,
/linux-4.4.14/fs/adfs/
Dinode.c81 .write_end = generic_write_end,
/linux-4.4.14/fs/hfs/
Dinode.c163 .write_end = generic_write_end,
172 .write_end = generic_write_end,
/linux-4.4.14/include/linux/
Dbuffer_head.h221 int generic_write_end(struct file *, struct address_space *,
/linux-4.4.14/fs/omfs/
Dfile.c380 .write_end = generic_write_end,
/linux-4.4.14/fs/sysv/
Ditree.c499 .write_end = generic_write_end,
/linux-4.4.14/fs/
Dbuffer.c2090 int generic_write_end(struct file *file, struct address_space *mapping, in generic_write_end() function
2128 EXPORT_SYMBOL(generic_write_end);
2656 return generic_write_end(file, mapping, pos, len, in nobh_write_end()
/linux-4.4.14/fs/minix/
Dinode.c432 .write_end = generic_write_end,
/linux-4.4.14/fs/gfs2/
Daops.c901 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in gfs2_write_end()
/linux-4.4.14/fs/nilfs2/
Dinode.c300 copied = generic_write_end(file, mapping, pos, len, copied, page, in nilfs_write_end()
/linux-4.4.14/fs/affs/
Dfile.c438 .write_end = generic_write_end,
/linux-4.4.14/fs/ufs/
Dinode.c500 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ufs_write_end()
/linux-4.4.14/fs/ext2/
Dinode.c823 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ext2_write_end()
/linux-4.4.14/fs/xfs/
Dxfs_aops.c1883 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in xfs_vm_write_end()
/linux-4.4.14/fs/fat/
Dinode.c230 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in fat_write_end()
/linux-4.4.14/fs/udf/
Dinode.c243 .write_end = generic_write_end,
/linux-4.4.14/fs/ext4/
Dinode.c2847 ret2 = generic_write_end(file, mapping, pos, len, copied, in ext4_da_write_end()