Searched refs:generic_write_end (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/fs/bfs/ |
D | file.c | 193 .write_end = generic_write_end,
|
/linux-4.4.14/fs/hpfs/ |
D | file.c | 175 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in hpfs_write_end()
|
/linux-4.4.14/fs/hfsplus/ |
D | inode.c | 161 .write_end = generic_write_end, 170 .write_end = generic_write_end,
|
/linux-4.4.14/fs/adfs/ |
D | inode.c | 81 .write_end = generic_write_end,
|
/linux-4.4.14/fs/hfs/ |
D | inode.c | 163 .write_end = generic_write_end, 172 .write_end = generic_write_end,
|
/linux-4.4.14/include/linux/ |
D | buffer_head.h | 221 int generic_write_end(struct file *, struct address_space *,
|
/linux-4.4.14/fs/omfs/ |
D | file.c | 380 .write_end = generic_write_end,
|
/linux-4.4.14/fs/sysv/ |
D | itree.c | 499 .write_end = generic_write_end,
|
/linux-4.4.14/fs/ |
D | buffer.c | 2090 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/ |
D | inode.c | 432 .write_end = generic_write_end,
|
/linux-4.4.14/fs/gfs2/ |
D | aops.c | 901 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in gfs2_write_end()
|
/linux-4.4.14/fs/nilfs2/ |
D | inode.c | 300 copied = generic_write_end(file, mapping, pos, len, copied, page, in nilfs_write_end()
|
/linux-4.4.14/fs/affs/ |
D | file.c | 438 .write_end = generic_write_end,
|
/linux-4.4.14/fs/ufs/ |
D | inode.c | 500 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ufs_write_end()
|
/linux-4.4.14/fs/ext2/ |
D | inode.c | 823 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ext2_write_end()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_aops.c | 1883 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in xfs_vm_write_end()
|
/linux-4.4.14/fs/fat/ |
D | inode.c | 230 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in fat_write_end()
|
/linux-4.4.14/fs/udf/ |
D | inode.c | 243 .write_end = generic_write_end,
|
/linux-4.4.14/fs/ext4/ |
D | inode.c | 2847 ret2 = generic_write_end(file, mapping, pos, len, copied, in ext4_da_write_end()
|