Home
last modified time | relevance | path

Searched refs:dfc_dfops (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_defer.c724 INIT_LIST_HEAD(&dfc->dfc_dfops); in xfs_defer_ops_capture()
727 list_splice_init(&tp->t_dfops, &dfc->dfc_dfops); in xfs_defer_ops_capture()
772 xfs_defer_pending_abort(mp, &dfc->dfc_dfops); in xfs_defer_ops_capture_abort()
773 xfs_defer_cancel_list(mp, &dfc->dfc_dfops); in xfs_defer_ops_capture_abort()
854 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
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_defer.c641 INIT_LIST_HEAD(&dfc->dfc_dfops); in xfs_defer_ops_capture()
646 list_splice_init(&tp->t_dfops, &dfc->dfc_dfops); in xfs_defer_ops_capture()
675 xfs_defer_cancel_list(mp, &dfc->dfc_dfops); in xfs_defer_ops_release()
740 list_splice_init(&dfc->dfc_dfops, &tp->t_dfops); in xfs_defer_ops_continue()
H A Dxfs_defer.h76 struct list_head dfc_dfops; member

Completed in 4 milliseconds