Home
last modified time | relevance | path

Searched refs:sptlrpc_flavor2name (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c210 char *sptlrpc_flavor2name(struct sptlrpc_flavor *sf, char *buf, int bufsize) in sptlrpc_flavor2name() function
228 EXPORT_SYMBOL(sptlrpc_flavor2name);
1241 sptlrpc_flavor2name(sf, str, sizeof(str))); in sptlrpc_sec_create()
1251 sptlrpc_flavor2name(sf, str, sizeof(str))); in sptlrpc_sec_create()
1398 sptlrpc_flavor2name(&sec->ps_flvr, str, sizeof(str)), in sptlrpc_import_sec_adapt()
1399 sptlrpc_flavor2name(&sf, str2, sizeof(str2))); in sptlrpc_import_sec_adapt()
1414 sptlrpc_flavor2name(&sf, str, sizeof(str))); in sptlrpc_import_sec_adapt()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_sec.h915 char *sptlrpc_flavor2name(struct sptlrpc_flavor *sf, char *buf, int bufsize);
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1018 sptlrpc_flavor2name(&cli->cl_flvr_mgc, in mgc_set_info_async()