Searched refs:LST_FEATS_MASK (Results 1 – 6 of 6) sorted by relevance
60 LASSERT(sn && !(sn->sn_features & ~LST_FEATS_MASK)); in ping_client_init()95 LASSERT(!(sn->sn_features & ~LST_FEATS_MASK)); in ping_client_prep_rpc()196 if (reqstmsg->msg_ses_feats & ~LST_FEATS_MASK) { in ping_server_handle()197 replymsg->msg_ses_feats = LST_FEATS_MASK; in ping_server_handle()
97 LASSERT(!(sn->sn_features & ~LST_FEATS_MASK)); in brw_client_init()284 LASSERT(!(sn->sn_features & ~LST_FEATS_MASK)); in brw_client_prep_rpc()448 if (reqstmsg->msg_ses_feats & ~LST_FEATS_MASK) { in brw_server_handle()449 replymsg->msg_ses_feats = LST_FEATS_MASK; in brw_server_handle()
1726 if (feats & ~LST_FEATS_MASK) { in lstcon_session_new()1728 (feats & ~LST_FEATS_MASK)); in lstcon_session_new()1875 if (feats & ~LST_FEATS_MASK) { in lstcon_session_feats_check()1877 (feats & ~LST_FEATS_MASK)); in lstcon_session_feats_check()2013 console_session.ses_features = LST_FEATS_MASK; in lstcon_console_init()
442 if (msg->msg_ses_feats & ~LST_FEATS_MASK) { in sfw_make_session()1228 unsigned features = LST_FEATS_MASK; in sfw_handle_server_rpc()1271 } else if (request->msg_ses_feats & ~LST_FEATS_MASK) { in sfw_handle_server_rpc()
920 (reply->msg_ses_feats & ~LST_FEATS_MASK)) { in lstcon_sesnew_stat_reply()
46 #define LST_FEATS_MASK (LST_FEAT_NONE | LST_FEAT_BULK_LEN) macro