Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_aops.c233 struct list_head ioend_list; in xfs_end_ioend() local
278 list_replace_init(&ioend->io_list, &ioend_list); in xfs_end_ioend()
281 while (!list_empty(&ioend_list)) { in xfs_end_ioend()
282 ioend = list_first_entry(&ioend_list, struct xfs_ioend, in xfs_end_ioend()