ext4_io_end_vec
extern struct ext4_io_end_vec *ext4_alloc_io_end_vec(ext4_io_end_t *io_end);
extern struct ext4_io_end_vec *ext4_last_io_end_vec(ext4_io_end_t *io_end);
struct ext4_io_end_vec *io_end_vec;
struct ext4_io_end_vec *io_end_vec = ext4_last_io_end_vec(io_end);
struct ext4_io_end_vec *io_end_vec;
io_end_vec_cachep = KMEM_CACHE(ext4_io_end_vec, 0);
struct ext4_io_end_vec *ext4_alloc_io_end_vec(ext4_io_end_t *io_end)
struct ext4_io_end_vec *io_end_vec;
struct ext4_io_end_vec *io_end_vec, *tmp;
struct ext4_io_end_vec *ext4_last_io_end_vec(ext4_io_end_t *io_end)
return list_last_entry(&io_end->list_vec, struct ext4_io_end_vec, list);