Lines Matching defs:enforce
763 enforce_res_t enforce = ENFORCE_ALWAYS;
799 enforce = ENFORCE_ALWAYS;
802 enforce = ENFORCE_ABOVE;
806 return (enforce);
824 enforce_res_t enforce;
833 * We don't enforce the limit for temporary snapshots. This is
844 * If we're allowed to change the limit, don't enforce the limit
851 enforce = dsl_enforce_ds_ss_limits(dd, prop, cr, proc);
852 if (enforce == ENFORCE_NEVER)
890 if (enforce == ENFORCE_ALWAYS && (count + delta) > limit)