ext4_io_end_t 221 fs/ext4/ext4.h ext4_io_end_t *io_end; ext4_io_end_t 3336 fs/ext4/ext4.h extern ext4_io_end_t *ext4_init_io_end(struct inode *inode, gfp_t flags); ext4_io_end_t 3337 fs/ext4/ext4.h extern ext4_io_end_t *ext4_get_io_end(ext4_io_end_t *io_end); ext4_io_end_t 3338 fs/ext4/ext4.h extern int ext4_put_io_end(ext4_io_end_t *io_end); ext4_io_end_t 3339 fs/ext4/ext4.h extern void ext4_put_io_end_defer(ext4_io_end_t *io_end); ext4_io_end_t 3393 fs/ext4/ext4.h static inline void ext4_clear_io_unwritten_flag(ext4_io_end_t *io_end) ext4_io_end_t 906 fs/ext4/inode.c ext4_io_end_t *io_end; ext4_io_end_t 3630 fs/ext4/inode.c ext4_io_end_t *io_end = private; ext4_io_end_t 115 fs/ext4/page-io.c static void ext4_release_io_end(ext4_io_end_t *io_end) ext4_io_end_t 139 fs/ext4/page-io.c static int ext4_end_io(ext4_io_end_t *io) ext4_io_end_t 169 fs/ext4/page-io.c ext4_io_end_t *io, *io0, *io1; ext4_io_end_t 178 fs/ext4/page-io.c io0 = container_of(before, ext4_io_end_t, list); ext4_io_end_t 180 fs/ext4/page-io.c io1 = container_of(after, ext4_io_end_t, list); ext4_io_end_t 189 fs/ext4/page-io.c static void ext4_add_complete_io(ext4_io_end_t *io_end) ext4_io_end_t 210 fs/ext4/page-io.c ext4_io_end_t *io; ext4_io_end_t 222 fs/ext4/page-io.c io = list_entry(unwritten.next, ext4_io_end_t, list); ext4_io_end_t 243 fs/ext4/page-io.c ext4_io_end_t *ext4_init_io_end(struct inode *inode, gfp_t flags) ext4_io_end_t 245 fs/ext4/page-io.c ext4_io_end_t *io = kmem_cache_zalloc(io_end_cachep, flags); ext4_io_end_t 254 fs/ext4/page-io.c void ext4_put_io_end_defer(ext4_io_end_t *io_end) ext4_io_end_t 265 fs/ext4/page-io.c int ext4_put_io_end(ext4_io_end_t *io_end) ext4_io_end_t 282 fs/ext4/page-io.c ext4_io_end_t *ext4_get_io_end(ext4_io_end_t *io_end) ext4_io_end_t 291 fs/ext4/page-io.c ext4_io_end_t *io_end = bio->bi_private;