Searched refs:be_chk_controls (Results 1 – 3 of 3) sorted by relevance
162 be_chk_controls bi_chk_controls => op_aux_chk_controls
1123 if ( op->o_bd->be_chk_controls ) { in backend_check_restrictions()1124 rc = ( *op->o_bd->be_chk_controls )( op, rs ); in backend_check_restrictions()
1824 #define be_chk_controls bd_info->bi_chk_controls macro