Searched refs:LST_FEATS_MASK (Results 1 – 6 of 6) sorted by relevance
64 LASSERT(sn != NULL && (sn->sn_features & ~LST_FEATS_MASK) == 0); in ping_client_init()99 LASSERT((sn->sn_features & ~LST_FEATS_MASK) == 0); in ping_client_prep_rpc()201 if ((reqstmsg->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in ping_server_handle()202 replymsg->msg_ses_feats = LST_FEATS_MASK; in ping_server_handle()
98 LASSERT((sn->sn_features & ~LST_FEATS_MASK) == 0); in brw_client_init()285 LASSERT((sn->sn_features & ~LST_FEATS_MASK) == 0); in brw_client_prep_rpc()452 if ((reqstmsg->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in brw_server_handle()453 replymsg->msg_ses_feats = LST_FEATS_MASK; in brw_server_handle()
1726 if ((feats & ~LST_FEATS_MASK) != 0) { in lstcon_session_new()1728 (feats & ~LST_FEATS_MASK)); in lstcon_session_new()1869 if ((feats & ~LST_FEATS_MASK) != 0) { in lstcon_session_feats_check()1871 (feats & ~LST_FEATS_MASK)); in lstcon_session_feats_check()2008 console_session.ses_features = LST_FEATS_MASK; in lstcon_console_init()
453 if ((msg->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in sfw_make_session()1237 unsigned features = LST_FEATS_MASK; in sfw_handle_server_rpc()1281 } else if ((request->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in sfw_handle_server_rpc()
926 (reply->msg_ses_feats & ~LST_FEATS_MASK) != 0) { in lstcon_sesnew_stat_reply()
52 #define LST_FEATS_MASK (LST_FEAT_NONE | LST_FEAT_BULK_LEN) macro