Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | v1_disk_dqblk |
Macros | |
#define | MAX_IQ_TIME 604800 /* (7*24*60*60) 1 week */ |
#define | MAX_DQ_TIME 604800 /* (7*24*60*60) 1 week */ |
#define | v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk))) |
#define MAX_DQ_TIME 604800 /* (7*24*60*60) 1 week */ |
Definition at line 13 of file quotaio_v1.h.
#define MAX_IQ_TIME 604800 /* (7*24*60*60) 1 week */ |
Definition at line 12 of file quotaio_v1.h.
#define v1_dqoff | ( | UID | ) | ((loff_t)((UID) * sizeof (struct v1_disk_dqblk))) |
Definition at line 31 of file quotaio_v1.h.