Home
last modified time | relevance | path

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

/Linux-v6.6/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.h278 struct ext4_io_end_vec { struct
3739 extern struct ext4_io_end_vec *ext4_alloc_io_end_vec(ext4_io_end_t *io_end);
3740 extern struct ext4_io_end_vec *ext4_last_io_end_vec(ext4_io_end_t *io_end);
Dinode.c2017 struct ext4_io_end_vec *io_end_vec = ext4_last_io_end_vec(io_end); in mpage_process_folio()
2205 struct ext4_io_end_vec *io_end_vec; in mpage_map_and_submit_extent()
Dextents.c4834 struct ext4_io_end_vec *io_end_vec; in ext4_convert_unwritten_io_end_vec()