Searched defs:quota_info (Results 1 – 1 of 1) sorted by relevance
527 struct quota_info { struct528 unsigned int flags; /* Flags for diskquotas on this device */529 struct rw_semaphore dqio_sem; /* Lock quota file while I/O in progress */530 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */531 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */532 const struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */