Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/quota/
H A Ddquot.c23 * invalidate_dquots() now writes modified dquots.
34 * Invalidation of referenced dquots is no longer possible
106 * Operation accessing dquots via inode pointers are protected by dquot_srcu.
109 * inode and before dropping dquot references to avoid use of dquots after
113 * inode is a quota file). Functions adding pointers from inode to dquots have
117 * then drops all pointers to dquots from an inode.
233 * All dquots are placed to the end of inuse_list when first created, and this
239 * dquots on the list. Each cleaned up dquot is moved to free_dquots list.
243 * Unused and cleaned up dquots are in the free_dquots list and this list is
246 * of dquots o
402 mark_all_dquot_dirty(struct dquot __rcu * const *dquots) mark_all_dquot_dirty() argument
1016 struct dquot __rcu * const *dquots; dqinit_needed() local
1106 struct dquot __rcu **dquots = i_dquot(inode); remove_dquot_ref() local
1468 struct dquot __rcu **dquots; __dquot_initialize() local
1583 struct dquot __rcu **dquots; dquot_initialize_needed() local
1608 struct dquot __rcu **dquots = i_dquot(inode); __dquot_drop() local
1623 struct dquot __rcu * const *dquots; dquot_drop() local
1696 struct dquot __rcu **dquots; __dquot_alloc_space() local
1766 struct dquot __rcu * const *dquots; dquot_alloc_inode() local
1811 struct dquot __rcu **dquots; dquot_claim_space_nodirty() local
1853 struct dquot __rcu **dquots; dquot_reclaim_space_nodirty() local
1897 struct dquot __rcu **dquots; __dquot_free_space() local
1954 struct dquot __rcu * const *dquots; dquot_free_inode() local
2001 struct dquot __rcu **dquots; __dquot_transfer() local
[all...]
/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c23 * invalidate_dquots() now writes modified dquots.
34 * Invalidation of referenced dquots is no longer possible
106 * Operation accessing dquots via inode pointers are protected by dquot_srcu.
109 * inode and before dropping dquot references to avoid use of dquots after
113 * inode is a quota file). Functions adding pointers from inode to dquots have
117 * then drops all pointers to dquots from an inode.
233 * All dquots are placed to the end of inuse_list when first created, and this
239 * dquots on the list. Each cleaned up dquot is moved to free_dquots list.
243 * Unused and cleaned up dquots are in the free_dquots list and this list is
246 * of dquots o
404 mark_all_dquot_dirty(struct dquot * const *dquots) mark_all_dquot_dirty() argument
1018 struct dquot * const *dquots; dqinit_needed() local
1098 struct dquot **dquots = i_dquot(inode); remove_inode_dquot_ref() local
1520 struct dquot **dquots, *got[MAXQUOTAS] = {}; __dquot_initialize() local
1630 struct dquot **dquots; dquot_initialize_needed() local
1655 struct dquot **dquots = i_dquot(inode); __dquot_drop() local
1669 struct dquot * const *dquots; dquot_drop() local
1742 struct dquot **dquots; __dquot_alloc_space() local
1812 struct dquot * const *dquots; dquot_alloc_inode() local
1857 struct dquot **dquots; dquot_claim_space_nodirty() local
1899 struct dquot **dquots; dquot_reclaim_space_nodirty() local
1943 struct dquot **dquots; __dquot_free_space() local
2000 struct dquot * const *dquots; dquot_free_inode() local
[all...]

Completed in 5 milliseconds