Searched refs:sptlrpc_flavor2name (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec.c | 210 char *sptlrpc_flavor2name(struct sptlrpc_flavor *sf, char *buf, int bufsize) in sptlrpc_flavor2name() function 228 EXPORT_SYMBOL(sptlrpc_flavor2name); 1290 sptlrpc_flavor2name(sf, str, sizeof(str))); in sptlrpc_sec_create() 1300 sptlrpc_flavor2name(sf, str, sizeof(str))); in sptlrpc_sec_create() 1447 sptlrpc_flavor2name(&sec->ps_flvr, str, sizeof(str)), in sptlrpc_import_sec_adapt() 1448 sptlrpc_flavor2name(&sf, str2, sizeof(str2))); in sptlrpc_import_sec_adapt() 1463 sptlrpc_flavor2name(&sf, str, sizeof(str))); in sptlrpc_import_sec_adapt()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_sec.h | 934 char *sptlrpc_flavor2name(struct sptlrpc_flavor *sf, char *buf, int bufsize);
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 1035 sptlrpc_flavor2name(&cli->cl_flvr_mgc, in mgc_set_info_async()
|