Home
last modified time | relevance | path

Searched refs:SPTLRPC_FLVR_BASE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c175 __u32 base = SPTLRPC_FLVR_BASE(flvr); in sptlrpc_flavor2name_base()
177 if (base == SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_NULL)) in sptlrpc_flavor2name_base()
179 else if (base == SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_PLAIN)) in sptlrpc_flavor2name_base()
181 else if (base == SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_KRB5N)) in sptlrpc_flavor2name_base()
183 else if (base == SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_KRB5A)) in sptlrpc_flavor2name_base()
185 else if (base == SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_KRB5I)) in sptlrpc_flavor2name_base()
187 else if (base == SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_KRB5P)) in sptlrpc_flavor2name_base()
1457 } else if (SPTLRPC_FLVR_BASE(sf.sf_rpc) != in sptlrpc_import_sec_adapt()
1458 SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_NULL)) { in sptlrpc_import_sec_adapt()
Dsec_plain.c720 if (SPTLRPC_FLVR_BASE(req->rq_flvr.sf_rpc) != in plain_accept()
721 SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_PLAIN) || in plain_accept()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_sec.h161 #define SPTLRPC_FLVR_BASE(flavor) \ macro