Home
last modified time | relevance | path

Searched refs:sptlrpc_flavor (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_sec.h262 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 …]
Dlustre_export.h246 struct sptlrpc_flavor exp_flvr; /* current */
247 struct sptlrpc_flavor exp_flvr_old[2]; /* about-to-expire */
Dobd.h325 struct sptlrpc_flavor cl_flvr_mgc; /* fixed flavor of mgc->mgs */
Dlustre_net.h1377 struct sptlrpc_flavor rq_flvr; /**< for client & server */
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c195 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 …]
Dsec_config.c95 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()
Dptlrpc_internal.h284 struct sptlrpc_flavor *sf);
Dsec_null.c119 struct sptlrpc_flavor *sf) in null_create_sec()
Dsec_plain.c439 struct sptlrpc_flavor *sf) in plain_create_sec()
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1003 struct sptlrpc_flavor flvr; in mgc_set_info_async()