Searched defs:quota_info (Results 1 – 1 of 1) sorted by relevance
286 struct quota_info { struct290 …struct rw_semaphore dqptr_sem; /* serialize ops using quota_info struct, pointers from inode to d… argument291 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */292 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */293 struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */