Searched defs:dquot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_quota.h52 * vfs_dqrwlock > ip.i_contents > dq_cachelock > dquot.dq_lock > dq_freelock
54 * vfs_dqrwlock > ip.i_contents > dquot.dq_lock > dq_freelock
56 * vfs_dqrwlock > ip.i_contents > dq_cachelock > dquot.dq_lock > qip.i_contents
90 * The dquot structure records disk usage for a user on a filesystem.
93 * Active inodes have a pointer to the dquot associated with them.
95 struct dquot { struct
96 struct dquot *dq_forw, *dq_back; /* hash list, MUST be first entry */
97 struct dquot *dq_freef, *dq_freeb; /* free list */
131 * dquot chach hash chain headers
138 struct dquot *dqh_for
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c103 struct dquot *dquot, *dquotNDQUOT; variable in typeref:struct:dquot

Completed in 72 milliseconds