Searched refs:SPTLRPC_FLVR_PLAIN (Results 1 – 4 of 4) sorted by relevance
720 SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_PLAIN) || in plain_accept()722 SPTLRPC_FLVR_BULK_TYPE(SPTLRPC_FLVR_PLAIN)) { in plain_accept()
100 if (flvr->sf_rpc == SPTLRPC_FLVR_PLAIN) { in sptlrpc_parse_flavor()
159 return SPTLRPC_FLVR_PLAIN; in sptlrpc_name2flavor_base()179 else if (base == SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_PLAIN)) in sptlrpc_flavor2name_base()
191 #define SPTLRPC_FLVR_PLAIN \ macro