Home
last modified time | relevance | path

Searched refs:sr_from (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c173 rule->sr_from = LUSTRE_SP_ANY; in sptlrpc_rule_init()
213 rule->sr_from = LUSTRE_SP_MDT; in sptlrpc_parse_rule()
216 rule->sr_from = LUSTRE_SP_MDT; in sptlrpc_parse_rule()
219 rule->sr_from = LUSTRE_SP_CLI; in sptlrpc_parse_rule()
222 rule->sr_from = LUSTRE_SP_CLI; in sptlrpc_parse_rule()
289 return (rule->sr_from != LUSTRE_SP_ANY || in rule_spec_dir()
299 return (r1->sr_from == r2->sr_from && r1->sr_to == r2->sr_to); in rule_match_dir()
419 if (from != LUSTRE_SP_ANY && r->sr_from != LUSTRE_SP_ANY && in sptlrpc_rule_set_choose()
420 from != r->sr_from) in sptlrpc_rule_set_choose()
443 r->sr_from, r->sr_to, r->sr_netid, r->sr_flvr.sf_rpc); in sptlrpc_rule_set_dump()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_sec.h307 __u8 sr_from; /* sec_part */ member