Lines Matching refs:of
6 number of used inodes (inode is a filesystem structure which is associated with
8 of used inodes there are actually two limits. The first one is called softlimit
11 softlimit but only for limited period of time. This period is called "grace
13 more space/inodes until he frees enough of them to get below softlimit.
15 Quota limits (and amount of grace time) are set independently for each
23 When user exceeds a softlimit, runs out of grace time or reaches hardlimit,
24 quota subsystem traditionally printed a message to the controlling terminal of
33 details about this layer). The name of the quota generic netlink interface
34 is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>.
39 This command is used to send a notification about any of the above mentioned
40 events. Each message has six attributes. These are (type of the argument is
43 - type of quota being exceeded (one of USRQUOTA, GRPQUOTA)
45 - UID/GID (depends on quota type) of user / group whose limit
48 - UID of a user who caused the event
50 - what kind of limit is exceeded:
66 - major number of a device with the affected filesystem
68 - minor number of a device with the affected filesystem