Lines Matching refs:WARN_ON_ONCE
82 if (WARN_ON_ONCE(num_layers >= LANDLOCK_MAX_NUM_LAYERS))
156 if (WARN_ON_ONCE(!object || !layers))
173 if (WARN_ON_ONCE(num_layers != 1))
182 if (WARN_ON_ONCE(this->num_layers != 1))
184 if (WARN_ON_ONCE(this->layers[0].level != 0))
190 if (WARN_ON_ONCE(this->layers[0].level == 0))
269 if (WARN_ON_ONCE(!src))
272 if (WARN_ON_ONCE(!dst || !dst->hierarchy))
280 if (WARN_ON_ONCE(src->num_layers != 1 || dst->num_layers < 1)) {
293 if (WARN_ON_ONCE(walker_rule->num_layers != 1)) {
297 if (WARN_ON_ONCE(walker_rule->layers[0].level != 0)) {
338 if (WARN_ON_ONCE(child->num_layers <= parent->num_layers)) {
346 if (WARN_ON_ONCE(!parent->hierarchy)) {
411 if (WARN_ON_ONCE(!ruleset || parent == ruleset))