Home
last modified time | relevance | path

Searched refs:ext4_io_end_vec (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/fs/ext4/
Dpage-io.c42 io_end_vec_cachep = KMEM_CACHE(ext4_io_end_vec, 0); in ext4_init_pageio()
56 struct ext4_io_end_vec *ext4_alloc_io_end_vec(ext4_io_end_t *io_end) in ext4_alloc_io_end_vec()
58 struct ext4_io_end_vec *io_end_vec; in ext4_alloc_io_end_vec()
70 struct ext4_io_end_vec *io_end_vec, *tmp; in ext4_free_io_end_vec()
80 struct ext4_io_end_vec *ext4_last_io_end_vec(ext4_io_end_t *io_end) in ext4_last_io_end_vec()
83 return list_last_entry(&io_end->list_vec, struct ext4_io_end_vec, list); in ext4_last_io_end_vec()
Dext4.h283 struct ext4_io_end_vec { struct
3755 extern struct ext4_io_end_vec *ext4_alloc_io_end_vec(ext4_io_end_t *io_end);
3756 extern struct ext4_io_end_vec *ext4_last_io_end_vec(ext4_io_end_t *io_end);
Dinode.c2084 struct ext4_io_end_vec *io_end_vec = ext4_last_io_end_vec(io_end); in mpage_process_folio()
2265 struct ext4_io_end_vec *io_end_vec; in mpage_map_and_submit_extent()
Dextents.c4900 struct ext4_io_end_vec *io_end_vec; in ext4_convert_unwritten_io_end_vec()