Go to the documentation of this file. 1 #ifndef _LINUX_QUOTAIO_V1_H
2 #define _LINUX_QUOTAIO_V1_H
4 #include <linux/types.h>
12 #define MAX_IQ_TIME 604800
13 #define MAX_DQ_TIME 604800
31 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk)))