Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_defer.c185 static const struct xfs_defer_op_type *defer_op_types[] = { variable
205 const struct xfs_defer_op_type *ops = defer_op_types[dfp->dfp_type]; in xfs_defer_create_intent()
253 const struct xfs_defer_op_type *ops = defer_op_types[dfp->dfp_type]; in xfs_defer_pending_abort()
268 const struct xfs_defer_op_type *ops = defer_op_types[dfp->dfp_type]; in xfs_defer_pending_cancel_work()
492 const struct xfs_defer_op_type *ops = defer_op_types[dfp->dfp_type]; in xfs_defer_finish_one()
651 const struct xfs_defer_op_type *ops = defer_op_types[type]; in xfs_defer_add()
654 BUILD_BUG_ON(ARRAY_SIZE(defer_op_types) != XFS_DEFER_OPS_TYPE_MAX); in xfs_defer_add()