Lines Matching refs:quota_enable
99 static int quota_enable[MAXQUOTAS]; variable
1421 quota_enable[qtype] = QOPT_ENABLE; in update_feature_set()
1423 quota_enable[qtype] = QOPT_DISABLE; in update_feature_set()
1437 quota_enable[PRJQUOTA] = QOPT_ENABLE; in update_feature_set()
1443 quota_enable[PRJQUOTA] = QOPT_DISABLE; in update_feature_set()
1458 quota_enable[qtype] = QOPT_DISABLE; in update_feature_set()
1619 if (quota_enable[qtype] != 0) in handle_quota_options()
1625 if (quota_enable[PRJQUOTA] == QOPT_ENABLE && in handle_quota_options()
1633 if (quota_enable[qtype] == QOPT_ENABLE) in handle_quota_options()
1648 if (quota_enable[qtype] == QOPT_ENABLE && in handle_quota_options()
1677 } else if (quota_enable[qtype] == QOPT_DISABLE) { in handle_quota_options()
1712 quota_enable[USRQUOTA] = QOPT_ENABLE; in option_handle_function()
1714 quota_enable[USRQUOTA] = QOPT_DISABLE; in option_handle_function()
1716 quota_enable[GRPQUOTA] = QOPT_ENABLE; in option_handle_function()
1718 quota_enable[GRPQUOTA] = QOPT_DISABLE; in option_handle_function()
1720 quota_enable[PRJQUOTA] = QOPT_ENABLE; in option_handle_function()
1722 quota_enable[PRJQUOTA] = QOPT_DISABLE; in option_handle_function()