Home
last modified time | relevance | path

Searched refs:cc_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c307 LASSERT(ctx->cc_ops->force_die); in sptlrpc_cli_ctx_expire()
308 ctx->cc_ops->force_die(ctx, 0); in sptlrpc_cli_ctx_expire()
332 LASSERT(ctx->cc_ops); in sptlrpc_cli_ctx_display()
334 if (ctx->cc_ops->display == NULL) in sptlrpc_cli_ctx_display()
337 return ctx->cc_ops->display(ctx, buf, bufsize); in sptlrpc_cli_ctx_display()
593 req->rq_cli_ctx->cc_ops->force_die(req->rq_cli_ctx, 0); in ctx_refresh_timeout()
665 LASSERT(ctx->cc_ops->refresh); in sptlrpc_req_refresh_ctx()
666 ctx->cc_ops->refresh(ctx); in sptlrpc_req_refresh_ctx()
670 LASSERT(ctx->cc_ops->validate); in sptlrpc_req_refresh_ctx()
671 if (ctx->cc_ops->validate(ctx) == 0) { in sptlrpc_req_refresh_ctx()
[all …]
Dsec_null.c427 null_cli_ctx.cc_ops = &null_ctx_ops; in null_init_internal()
Dsec_plain.c394 ctx->cc_ops = &plain_ctx_ops; in plain_sec_install_ctx()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_sec.h509 struct ptlrpc_ctx_ops *cc_ops; member