Searched refs:fs_ops (Results 1 – 5 of 5) sorted by relevance
76 struct fs_ops { struct129 const struct fs_ops *ops;235 extern const struct fs_ops fs_fec_ops;236 extern const struct fs_ops fs_fcc_ops;237 extern const struct fs_ops fs_scc_ops;
466 const struct fs_ops fs_fec_ops = {
460 const struct fs_ops fs_scc_ops = {
564 const struct fs_ops fs_fcc_ops = {
77 struct mlx5_ct_fs_ops *fs_ops; member524 ct_priv->fs_ops->ct_rule_del(ct_priv->fs, zone_rule->rule); in mlx5_tc_ct_entry_del_rule()850 zone_rule->rule = ct_priv->fs_ops->ct_rule_add(ct_priv->fs, spec, attr, flow_rule); in mlx5_tc_ct_entry_add_rule()1985 struct mlx5_ct_fs_ops *fs_ops = mlx5_ct_fs_dmfs_ops_get(); in mlx5_tc_ct_fs_init() local1991 fs_ops = mlx5_ct_fs_smfs_ops_get(); in mlx5_tc_ct_fs_init()1994 ct_priv->fs = kzalloc(sizeof(*ct_priv->fs) + fs_ops->priv_size, GFP_KERNEL); in mlx5_tc_ct_fs_init()2000 ct_priv->fs_ops = fs_ops; in mlx5_tc_ct_fs_init()2002 err = ct_priv->fs_ops->init(ct_priv->fs, ct_priv->ct, ct_priv->ct_nat, post_ct); in mlx5_tc_ct_fs_init()2223 ct_priv->fs_ops->destroy(ct_priv->fs); in mlx5_tc_ct_clean()