Searched refs:fs_ctx (Results 1 – 5 of 5) sorted by relevance
24 struct mlx5_fs_hws_context *fs_ctx) in mlx5_fs_init_hws_actions_pool() argument27 struct mlx5_fs_hws_actions_pool *hws_pool = &fs_ctx->hws_pool; in mlx5_fs_init_hws_actions_pool()29 struct mlx5hws_context *ctx = fs_ctx->hws_ctx; in mlx5_fs_init_hws_actions_pool()90 static void mlx5_fs_cleanup_hws_actions_pool(struct mlx5_fs_hws_context *fs_ctx) in mlx5_fs_cleanup_hws_actions_pool() argument92 struct mlx5_fs_hws_actions_pool *hws_pool = &fs_ctx->hws_pool; in mlx5_fs_cleanup_hws_actions_pool()201 struct mlx5_fs_hws_context *fs_ctx = &ns->fs_hws_context; in mlx5_fs_add_flow_table_dest_action() local206 dest_ft_action = mlx5hws_action_create_dest_table_num(fs_ctx->hws_ctx, in mlx5_fs_add_flow_table_dest_action()213 dests_xa = &fs_ctx->hws_pool.table_dests; in mlx5_fs_add_flow_table_dest_action()223 struct mlx5_fs_hws_context *fs_ctx = &ns->fs_hws_context; in mlx5_fs_del_flow_table_dest_action() local228 dests_xa = &fs_ctx->hws_pool.table_dests; in mlx5_fs_del_flow_table_dest_action()[all …]
60 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in get_session()77 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in set_root_smb_session()104 struct smb3_fs_context *ctx = rw->mnt_ctx->fs_ctx; in setup_dfs_ref()135 struct smb3_fs_context *ctx = rw->mnt_ctx->fs_ctx; in __dfs_referral_walk()204 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in __dfs_mount_share()267 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_mount_share()
168 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_get_referral()
3557 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->fs_ctx)) { in cifs_mount_get_session()3561 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_session()3606 !mnt_ctx->fs_ctx || !mnt_ctx->cifs_sb)) { in cifs_mount_get_tcon()3611 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_tcon()3771 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in cifs_is_path_remote()3850 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()3904 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()
1815 struct smb3_fs_context *fs_ctx; member