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

/linux-master/fs/xfs/libxfs/
H A Dxfs_defer.h110 struct list_head dfc_dfops; member in struct:xfs_defer_capture
H A Dxfs_defer.c979 INIT_LIST_HEAD(&dfc->dfc_dfops);
982 list_splice_init(&tp->t_dfops, &dfc->dfc_dfops);
1027 xfs_defer_pending_abort_list(mp, &dfc->dfc_dfops);
1028 xfs_defer_cancel_list(mp, &dfc->dfc_dfops);
1109 list_splice_init(&dfc->dfc_dfops, &tp->t_dfops);

Completed in 107 milliseconds