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

/linux-master/fs/bfs/
H A Dfile.c197 .write_end = generic_write_end,
/linux-master/fs/hpfs/
H A Dfile.c213 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata);
/linux-master/fs/omfs/
H A Dfile.c375 .write_end = generic_write_end,
/linux-master/fs/jfs/
H A Dinode.c312 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata);
/linux-master/fs/adfs/
H A Dinode.c83 .write_end = generic_write_end,
/linux-master/include/linux/
H A Dbuffer_head.h267 int generic_write_end(struct file *, struct address_space *,
/linux-master/fs/hfsplus/
H A Dinode.c159 .write_end = generic_write_end,
170 .write_end = generic_write_end,
H A Dextents.c564 res = generic_write_end(NULL, mapping, size, 0, 0,
/linux-master/fs/hfs/
H A Dinode.c162 .write_end = generic_write_end,
173 .write_end = generic_write_end,
H A Dextent.c497 res = generic_write_end(NULL, mapping, size + 1, 0, 0,
/linux-master/fs/sysv/
H A Ditree.c508 .write_end = generic_write_end,
/linux-master/fs/minix/
H A Dinode.c451 .write_end = generic_write_end,
/linux-master/fs/exfat/
H A Dinode.c472 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata);
/linux-master/fs/
H A Dbuffer.c2259 int generic_write_end(struct file *file, struct address_space *mapping, function
2296 EXPORT_SYMBOL(generic_write_end); variable
/linux-master/fs/affs/
H A Dfile.c441 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata);
/linux-master/fs/ufs/
H A Dinode.c518 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata);
/linux-master/fs/ext2/
H A Dinode.c935 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata);
/linux-master/fs/nilfs2/
H A Dinode.c281 copied = generic_write_end(file, mapping, pos, len, copied, page,
/linux-master/fs/fat/
H A Dinode.c244 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata);
/linux-master/fs/udf/
H A Dinode.c286 return generic_write_end(file, mapping, pos, len, copied, page,
/linux-master/fs/ntfs3/
H A Dinode.c976 err = generic_write_end(file, mapping, pos, len, copied, page,

Completed in 233 milliseconds