Home
last modified time | relevance | path

Searched refs:ptlrpc_cli_ctx (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_sec.h66 struct ptlrpc_cli_ctx;
371 int (*match) (struct ptlrpc_cli_ctx *ctx,
377 int (*refresh) (struct ptlrpc_cli_ctx *ctx);
382 int (*validate) (struct ptlrpc_cli_ctx *ctx);
387 void (*force_die) (struct ptlrpc_cli_ctx *ctx,
389 int (*display) (struct ptlrpc_cli_ctx *ctx,
402 int (*sign) (struct ptlrpc_cli_ctx *ctx,
415 int (*verify) (struct ptlrpc_cli_ctx *ctx,
428 int (*seal) (struct ptlrpc_cli_ctx *ctx,
441 int (*unseal) (struct ptlrpc_cli_ctx *ctx,
[all …]
Dlustre_net.h1373 struct ptlrpc_cli_ctx *rq_cli_ctx; /**< client's half ctx */
2400 struct ptlrpc_cli_ctx *ctx);
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_plain.c53 struct ptlrpc_cli_ctx *pls_ctx;
177 int plain_ctx_refresh(struct ptlrpc_cli_ctx *ctx) in plain_ctx_refresh()
185 int plain_ctx_validate(struct ptlrpc_cli_ctx *ctx) in plain_ctx_validate()
191 int plain_ctx_sign(struct ptlrpc_cli_ctx *ctx, struct ptlrpc_request *req) in plain_ctx_sign()
215 int plain_ctx_verify(struct ptlrpc_cli_ctx *ctx, struct ptlrpc_request *req) in plain_ctx_verify()
288 int plain_cli_wrap_bulk(struct ptlrpc_cli_ctx *ctx, in plain_cli_wrap_bulk()
331 int plain_cli_unwrap_bulk(struct ptlrpc_cli_ctx *ctx, in plain_cli_unwrap_bulk()
375 struct ptlrpc_cli_ctx *plain_sec_install_ctx(struct plain_sec *plsec) in plain_sec_install_ctx()
377 struct ptlrpc_cli_ctx *ctx, *ctx_new; in plain_sec_install_ctx()
443 struct ptlrpc_cli_ctx *ctx; in plain_create_sec()
[all …]
Dsec.c254 struct ptlrpc_cli_ctx *get_my_ctx(struct ptlrpc_sec *sec) in get_my_ctx()
279 struct ptlrpc_cli_ctx *sptlrpc_cli_ctx_get(struct ptlrpc_cli_ctx *ctx) in sptlrpc_cli_ctx_get()
286 void sptlrpc_cli_ctx_put(struct ptlrpc_cli_ctx *ctx, int sync) in sptlrpc_cli_ctx_put()
305 void sptlrpc_cli_ctx_expire(struct ptlrpc_cli_ctx *ctx) in sptlrpc_cli_ctx_expire()
316 void sptlrpc_cli_ctx_wakeup(struct ptlrpc_cli_ctx *ctx) in sptlrpc_cli_ctx_wakeup()
330 int sptlrpc_cli_ctx_display(struct ptlrpc_cli_ctx *ctx, char *buf, int bufsize) in sptlrpc_cli_ctx_display()
447 struct ptlrpc_cli_ctx *oldctx, in sptlrpc_req_ctx_switch()
448 struct ptlrpc_cli_ctx *newctx) in sptlrpc_req_ctx_switch()
515 struct ptlrpc_cli_ctx *oldctx = req->rq_cli_ctx; in sptlrpc_req_replace_dead_ctx()
516 struct ptlrpc_cli_ctx *newctx; in sptlrpc_req_replace_dead_ctx()
[all …]
Dsec_gc.c106 void sptlrpc_gc_add_ctx(struct ptlrpc_cli_ctx *ctx) in sptlrpc_gc_add_ctx()
123 struct ptlrpc_cli_ctx *ctx; in sec_process_ctx_list()
129 struct ptlrpc_cli_ctx, cc_gc_chain); in sec_process_ctx_list()
Dsec_null.c52 static struct ptlrpc_cli_ctx null_cli_ctx;
71 static int null_ctx_refresh(struct ptlrpc_cli_ctx *ctx) in null_ctx_refresh()
79 int null_ctx_sign(struct ptlrpc_cli_ctx *ctx, struct ptlrpc_request *req) in null_ctx_sign()
93 int null_ctx_verify(struct ptlrpc_cli_ctx *ctx, struct ptlrpc_request *req) in null_ctx_verify()
137 struct ptlrpc_cli_ctx *null_lookup_ctx(struct ptlrpc_sec *sec, in null_lookup_ctx()
Dclient.c581 struct ptlrpc_cli_ctx *ctx) in __ptlrpc_request_bufs_pack()
648 struct ptlrpc_cli_ctx *ctx) in ptlrpc_request_bufs_pack()