Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clearQuotaOnDir (0.11 sec)

  1. pkg/volume/util/fsquota/quota_linux.go

    	if err != nil {
    		return common.BadQuotaID, err
    	}
    	return getApplier(path).GetQuotaOnDir(path)
    }
    
    func clearQuotaOnDir(m mount.Interface, path string) error {
    	// Since we may be called without path being in the map,
    	// we explicitly have to check in this case.
    	klog.V(4).Infof("clearQuotaOnDir %s", path)
    	supportsQuotas, err := SupportsQuotas(m, path)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 07 08:07:51 UTC 2023
    - 14.1K bytes
    - Viewed (0)
Back to top