Home
last modified time | relevance | path

Searched refs:iolist (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/m68k/mm/
Dkmap.c52 static struct vm_struct *iolist; variable
117 for (p = &iolist; (tmp = *p) ; p = &tmp->next) { in get_io_area()
140 for (p = &iolist ; (tmp = *p) ; p = &tmp->next) { in free_io_area()
/linux-6.1.9/fs/iomap/
Dbuffered-io.c1297 struct writeback_control *wbc, struct list_head *iolist) in iomap_add_to_ioend() argument
1305 list_add(&wpc->ioend->io_list, iolist); in iomap_add_to_ioend()