Searched refs:unseal (Results 1 – 2 of 2) sorted by relevance
441 int (*unseal) (struct ptlrpc_cli_ctx *ctx, member
1020 LASSERT(ctx->cc_ops->unseal); in do_cli_unwrap_reply()1021 rc = ctx->cc_ops->unseal(ctx, req); in do_cli_unwrap_reply()