Searched refs:sptlrpc_flavor (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_sec.h | 262 struct sptlrpc_flavor { struct 310 struct sptlrpc_flavor sr_flvr; 325 int sptlrpc_parse_flavor(const char *str, struct sptlrpc_flavor *flvr); 326 int sptlrpc_flavor_has_bulk(struct sptlrpc_flavor *flvr); 341 struct sptlrpc_flavor *sf); 353 struct sptlrpc_flavor *flavor); 537 struct sptlrpc_flavor *flavor); 823 struct sptlrpc_flavor ps_flvr; 932 char *sptlrpc_flavor2name_bulk(struct sptlrpc_flavor *sf, 934 char *sptlrpc_flavor2name(struct sptlrpc_flavor *sf, char *buf, int bufsize); [all …]
|
D | lustre_export.h | 246 struct sptlrpc_flavor exp_flvr; /* current */ 247 struct sptlrpc_flavor exp_flvr_old[2]; /* about-to-expire */
|
D | obd.h | 325 struct sptlrpc_flavor cl_flvr_mgc; /* fixed flavor of mgc->mgs */
|
D | lustre_net.h | 1377 struct sptlrpc_flavor rq_flvr; /**< for client & server */
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec.c | 195 char *sptlrpc_flavor2name_bulk(struct sptlrpc_flavor *sf, in sptlrpc_flavor2name_bulk() 210 char *sptlrpc_flavor2name(struct sptlrpc_flavor *sf, char *buf, int bufsize) in sptlrpc_flavor2name() 450 struct sptlrpc_flavor old_flvr; in sptlrpc_req_ctx_switch() 1277 struct sptlrpc_flavor *sf, in sptlrpc_sec_create() 1357 int flavor_equal(struct sptlrpc_flavor *sf1, struct sptlrpc_flavor *sf2) in flavor_equal() 1363 void flavor_copy(struct sptlrpc_flavor *dst, struct sptlrpc_flavor *src) in flavor_copy() 1370 struct sptlrpc_flavor *sf) in sptlrpc_import_sec_adapt_inplace() 1395 struct sptlrpc_flavor *flvr) in sptlrpc_import_sec_adapt() 1398 struct sptlrpc_flavor sf; in sptlrpc_import_sec_adapt() 1724 static int flavor_allowed(struct sptlrpc_flavor *exp, in flavor_allowed() [all …]
|
D | sec_config.c | 95 int sptlrpc_parse_flavor(const char *str, struct sptlrpc_flavor *flvr) in sptlrpc_parse_flavor() 162 static void get_default_flavor(struct sptlrpc_flavor *sf) in get_default_flavor() 406 struct sptlrpc_flavor *sf) in sptlrpc_rule_set_choose() 773 static inline void flavor_set_flags(struct sptlrpc_flavor *sf, in flavor_set_flags() 802 struct sptlrpc_flavor *sf) in sptlrpc_conf_choose_flavor() 848 struct sptlrpc_flavor *sf) in sptlrpc_target_choose_flavor()
|
D | ptlrpc_internal.h | 284 struct sptlrpc_flavor *sf);
|
D | sec_null.c | 119 struct sptlrpc_flavor *sf) in null_create_sec()
|
D | sec_plain.c | 439 struct sptlrpc_flavor *sf) in plain_create_sec()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 1003 struct sptlrpc_flavor flvr; in mgc_set_info_async()
|