Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_sec.h262 struct sptlrpc_flavor { struct
309 struct sptlrpc_flavor sr_flvr;
324 int sptlrpc_parse_flavor(const char *str, struct sptlrpc_flavor *flvr);
325 bool sptlrpc_flavor_has_bulk(struct sptlrpc_flavor *flvr);
520 struct sptlrpc_flavor *flavor);
806 struct sptlrpc_flavor ps_flvr;
913 char *sptlrpc_flavor2name_bulk(struct sptlrpc_flavor *sf,
915 char *sptlrpc_flavor2name(struct sptlrpc_flavor *sf, char *buf, int bufsize);
1013 struct sptlrpc_flavor *flvr);
Dlustre_export.h192 struct sptlrpc_flavor exp_flvr; /* current */
193 struct sptlrpc_flavor exp_flvr_old[2]; /* about-to-expire */
Dobd.h252 struct sptlrpc_flavor cl_flvr_mgc; /* fixed flavor of mgc->mgs */
Dlustre_net.h1371 struct sptlrpc_flavor rq_flvr; /**< for client & server */
/linux-4.4.14/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()
409 struct sptlrpc_flavor old_flvr; in sptlrpc_req_ctx_switch()
1228 struct sptlrpc_flavor *sf, in sptlrpc_sec_create()
1308 int flavor_equal(struct sptlrpc_flavor *sf1, struct sptlrpc_flavor *sf2) in flavor_equal()
1314 void flavor_copy(struct sptlrpc_flavor *dst, struct sptlrpc_flavor *src) in flavor_copy()
1321 struct sptlrpc_flavor *sf) in sptlrpc_import_sec_adapt_inplace()
1346 struct sptlrpc_flavor *flvr) in sptlrpc_import_sec_adapt()
1349 struct sptlrpc_flavor sf; in sptlrpc_import_sec_adapt()
1658 static int flavor_allowed(struct sptlrpc_flavor *exp, in flavor_allowed()
[all …]
Dsec_config.c74 int sptlrpc_parse_flavor(const char *str, struct sptlrpc_flavor *flvr) in sptlrpc_parse_flavor()
141 static void get_default_flavor(struct sptlrpc_flavor *sf) in get_default_flavor()
382 struct sptlrpc_flavor *sf) in sptlrpc_rule_set_choose()
735 static inline void flavor_set_flags(struct sptlrpc_flavor *sf, in flavor_set_flags()
764 struct sptlrpc_flavor *sf) in sptlrpc_conf_choose_flavor()
Dptlrpc_internal.h272 struct sptlrpc_flavor *sf);
Dsec_null.c121 struct sptlrpc_flavor *sf) in null_create_sec()
Dsec_plain.c438 struct sptlrpc_flavor *sf) in plain_create_sec()
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c986 struct sptlrpc_flavor flvr; in mgc_set_info_async()