Home
last modified time | relevance | path

Searched defs:quota_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/
H A Dquota.h521 struct quota_info { struct
522 unsigned int flags; /* Flags for diskquotas on this device */
523 struct rw_semaphore dqio_sem; /* Lock quota file while I/O in progress */
524 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */
525 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */
526 const struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */