Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_defer.c773 INIT_LIST_HEAD(&dfc->dfc_dfops); in xfs_defer_ops_capture()
776 list_splice_init(&tp->t_dfops, &dfc->dfc_dfops); in xfs_defer_ops_capture()
821 xfs_defer_pending_abort_list(mp, &dfc->dfc_dfops); in xfs_defer_ops_capture_abort()
822 xfs_defer_cancel_list(mp, &dfc->dfc_dfops); in xfs_defer_ops_capture_abort()
903 list_splice_init(&dfc->dfc_dfops, &tp->t_dfops); in xfs_defer_ops_continue()
H A Dxfs_defer.h103 struct list_head dfc_dfops; member