Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/mm/
Dkmap.c55 static struct vm_struct *iolist; variable
66 for (p = &iolist; (tmp = *p) ; p = &tmp->next) { in get_io_area()
89 for (p = &iolist ; (tmp = *p) ; p = &tmp->next) { in free_io_area()
/Linux-v4.19/fs/xfs/
Dxfs_aops.c597 struct list_head *iolist) in xfs_add_to_ioend() argument
613 list_add(&wpc->ioend->io_list, iolist); in xfs_add_to_ioend()