Searched defs:quota_info (Results 1 – 1 of 1) sorted by relevance
505 struct quota_info { struct506 unsigned int flags; /* Flags for diskquotas on this device */507 struct mutex dqio_mutex; /* lock device while I/O in progress */508 struct mutex dqonoff_mutex; /* Serialize quotaon & quotaoff */509 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */510 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */511 const struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */