Searched refs:sec2target_str (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_gc.c | 111 ctx, ctx->cc_vcred.vc_uid, sec2target_str(ctx->cc_sec)); in sptlrpc_gc_add_ctx() 136 ctx, ctx->cc_vcred.vc_uid, sec2target_str(ctx->cc_sec)); in sec_process_ctx_list()
|
D | sec.c | 461 oldctx, oldctx->cc_vcred.vc_uid, sec2target_str(oldctx->cc_sec), in sptlrpc_req_ctx_switch() 462 newctx, newctx->cc_vcred.vc_uid, sec2target_str(newctx->cc_sec), in sptlrpc_req_ctx_switch() 2372 const char *sec2target_str(struct ptlrpc_sec *sec) in sec2target_str() function 2380 EXPORT_SYMBOL(sec2target_str);
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_sec.h | 1060 const char *sec2target_str(struct ptlrpc_sec *sec);
|