Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c152 rule->sr_from = LUSTRE_SP_ANY; in sptlrpc_rule_init()
192 rule->sr_from = LUSTRE_SP_MDT; in sptlrpc_parse_rule()
195 rule->sr_from = LUSTRE_SP_MDT; in sptlrpc_parse_rule()
198 rule->sr_from = LUSTRE_SP_CLI; in sptlrpc_parse_rule()
201 rule->sr_from = LUSTRE_SP_CLI; in sptlrpc_parse_rule()
263 return (rule->sr_from != LUSTRE_SP_ANY || in rule_spec_dir()
275 return (r1->sr_from == r2->sr_from && r1->sr_to == r2->sr_to); in rule_match_dir()
395 if (from != LUSTRE_SP_ANY && r->sr_from != LUSTRE_SP_ANY && in sptlrpc_rule_set_choose()
396 from != r->sr_from) in sptlrpc_rule_set_choose()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_sec.h306 __u8 sr_from; /* sec_part */ member