Searched refs:generic_write_end (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/fs/bfs/ |
D | file.c | 193 .write_end = generic_write_end,
|
/linux-4.1.27/fs/hpfs/ |
D | file.c | 170 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in hpfs_write_end()
|
/linux-4.1.27/fs/hfsplus/ |
D | inode.c | 161 .write_end = generic_write_end, 170 .write_end = generic_write_end,
|
/linux-4.1.27/fs/adfs/ |
D | inode.c | 81 .write_end = generic_write_end,
|
/linux-4.1.27/fs/hfs/ |
D | inode.c | 163 .write_end = generic_write_end, 172 .write_end = generic_write_end,
|
/linux-4.1.27/fs/omfs/ |
D | file.c | 380 .write_end = generic_write_end,
|
/linux-4.1.27/include/linux/ |
D | buffer_head.h | 221 int generic_write_end(struct file *, struct address_space *,
|
/linux-4.1.27/fs/sysv/ |
D | itree.c | 499 .write_end = generic_write_end,
|
/linux-4.1.27/fs/ |
D | buffer.c | 2067 int generic_write_end(struct file *file, struct address_space *mapping, in generic_write_end() function 2105 EXPORT_SYMBOL(generic_write_end); 2653 return generic_write_end(file, mapping, pos, len, in nobh_write_end()
|
/linux-4.1.27/fs/minix/ |
D | inode.c | 432 .write_end = generic_write_end,
|
/linux-4.1.27/fs/gfs2/ |
D | aops.c | 897 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in gfs2_write_end()
|
/linux-4.1.27/fs/ufs/ |
D | inode.c | 560 .write_end = generic_write_end,
|
/linux-4.1.27/fs/nilfs2/ |
D | inode.c | 300 copied = generic_write_end(file, mapping, pos, len, copied, page, in nilfs_write_end()
|
/linux-4.1.27/fs/affs/ |
D | file.c | 438 .write_end = generic_write_end,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.c | 1806 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in xfs_vm_write_end()
|
/linux-4.1.27/fs/ext2/ |
D | inode.c | 822 ret = generic_write_end(file, mapping, pos, len, copied, page, fsdata); in ext2_write_end()
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 229 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); in fat_write_end()
|
/linux-4.1.27/fs/udf/ |
D | inode.c | 243 .write_end = generic_write_end,
|
/linux-4.1.27/fs/ext4/ |
D | inode.c | 2816 ret2 = generic_write_end(file, mapping, pos, len, copied, in ext4_da_write_end()
|