xfs_defer_op_type  173 fs/xfs/libxfs/xfs_defer.c static const struct xfs_defer_op_type *defer_op_types[] = {
xfs_defer_op_type  192 fs/xfs/libxfs/xfs_defer.c 	const struct xfs_defer_op_type	*ops;
xfs_defer_op_type  211 fs/xfs/libxfs/xfs_defer.c 	const struct xfs_defer_op_type	*ops;
xfs_defer_op_type  328 fs/xfs/libxfs/xfs_defer.c 	const struct xfs_defer_op_type	*ops;
xfs_defer_op_type  365 fs/xfs/libxfs/xfs_defer.c 	const struct xfs_defer_op_type	*ops;
xfs_defer_op_type  500 fs/xfs/libxfs/xfs_defer.c 	const struct xfs_defer_op_type	*ops;
xfs_defer_op_type    9 fs/xfs/libxfs/xfs_defer.h struct xfs_defer_op_type;
xfs_defer_op_type   58 fs/xfs/libxfs/xfs_defer.h extern const struct xfs_defer_op_type xfs_bmap_update_defer_type;
xfs_defer_op_type   59 fs/xfs/libxfs/xfs_defer.h extern const struct xfs_defer_op_type xfs_refcount_update_defer_type;
xfs_defer_op_type   60 fs/xfs/libxfs/xfs_defer.h extern const struct xfs_defer_op_type xfs_rmap_update_defer_type;
xfs_defer_op_type   61 fs/xfs/libxfs/xfs_defer.h extern const struct xfs_defer_op_type xfs_extent_free_defer_type;
xfs_defer_op_type   62 fs/xfs/libxfs/xfs_defer.h extern const struct xfs_defer_op_type xfs_agfl_free_defer_type;
xfs_defer_op_type  417 fs/xfs/xfs_bmap_item.c const struct xfs_defer_op_type xfs_bmap_update_defer_type = {
xfs_defer_op_type  513 fs/xfs/xfs_extfree_item.c const struct xfs_defer_op_type xfs_extent_free_defer_type = {
xfs_defer_op_type  579 fs/xfs/xfs_extfree_item.c const struct xfs_defer_op_type xfs_agfl_free_defer_type = {
xfs_defer_op_type  430 fs/xfs/xfs_refcount_item.c const struct xfs_defer_op_type xfs_refcount_update_defer_type = {
xfs_defer_op_type  472 fs/xfs/xfs_rmap_item.c const struct xfs_defer_op_type xfs_rmap_update_defer_type = {