Introduced directory quota as hard limits on the number of names in the tree rooted at that directory. An administrator may set quotas on individual directories explicitly. Newly created directories have no associated quota. File/directory creations fault if the quota would be exceeded. The attempt to set a quota faults if the directory would be in violation of the new quota.
Introduced directory quota as hard limits on the number of names in the tree rooted at that directory. An administrator may set quotas on individual directories explicitly. Newly created directories have no associated quota. File/directory creations fault if the quota would be exceeded. The attempt to set a quota faults if the directory would be in violation of the new quota.
Create a quota mechanism for name space management.
Quota set at a directory by super user restricts that number of names in and below that directory.
Quota tested by create() and rename().
Description
Create a quota mechanism for name space management.
Quota set at a directory by super user restricts that number of names in and below that directory.
Quota tested by create() and rename().