Searched refs:unwrap_bulk (Results 1 – 3 of 3) sorted by relevance
481 int (*unwrap_bulk) (struct ptlrpc_cli_ctx *ctx, member783 int (*unwrap_bulk) (struct ptlrpc_request *req, member
957 .unwrap_bulk = plain_cli_unwrap_bulk,979 .unwrap_bulk = plain_svc_unwrap_bulk,
2243 if (ctx->cc_ops->unwrap_bulk) { in sptlrpc_cli_unwrap_bulk_read()2244 rc = ctx->cc_ops->unwrap_bulk(ctx, req, desc); in sptlrpc_cli_unwrap_bulk_read()2268 if (ctx->cc_ops->unwrap_bulk) { in sptlrpc_cli_unwrap_bulk_write()2269 rc = ctx->cc_ops->unwrap_bulk(ctx, req, desc); in sptlrpc_cli_unwrap_bulk_write()