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

/fs/quota/
H A Ddquot.c22 * invalidate_dquots() now writes modified dquots.
33 * Invalidation of referenced dquots is no longer possible
99 * Operation accessing dquots via inode pointers are protected by dquot_srcu.
102 * inode and before dropping dquot references to avoid use of dquots after
106 * inode is a quota file). Functions adding pointers from inode to dquots have
110 * then drops all pointers to dquots from an inode.
112 * Each dquot has its dq_lock mutex. Locked dquots might not be referenced
118 * operations on dquots don't hold dq_lock as they copy data under dq_data_lock
227 * All dquots are placed to the end of inuse_list when first created, and this
230 * Unused dquots (dq_coun
1598 struct dquot **dquots = inode->i_dquot; local
1650 struct dquot * const *dquots = inode->i_dquot; local
1748 struct dquot **dquots = inode->i_dquot; local
1791 struct dquot * const *dquots = inode->i_dquot; local
[all...]

Completed in 8 milliseconds