Searched refs:Quota (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp308 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; local
309 NewLoopProps.CanBeUnswitchedCount = Quota / 2;
310 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2;
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dquotavfs.tcl36 Quota group definition:
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_vfsops.c2207 * Check this really is $Secure rather than $Quota remaining from a
2371 * Return 0 on success and errno on error. If $Quota is not present, we leave
2379 static const ntfschar Quota[7] = { const_cpu_to_le16('$'), local
2389 * $Quota in the extended system files directory $Extend.
2392 err = ntfs_lookup_inode_by_name(vol->extend_ni, Quota, 6, &mref,
2401 ntfs_debug("$Quota not present. Volume does not have "
2411 ntfs_error(vol->mp, "Failed to find inode number for $Quota.");
2421 ntfs_error(vol->mp, "Failed to load $Quota.");
2427 ntfs_error(vol->mp, "Failed to load $Quota/$Q index (error "
3029 static const char es1[] = "Failed to load $Quota";
[all...]

Completed in 81 milliseconds