Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_defer.c320 struct list_head *pwi; in xfs_defer_cancel_list() local
330 list_for_each_safe(pwi, n, &dfp->dfp_work) { in xfs_defer_cancel_list()
331 list_del(pwi); in xfs_defer_cancel_list()
333 dfp->dfp_type->cancel_item(pwi); in xfs_defer_cancel_list()