Home
last modified time | relevance | path

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

/fs/quota/
Ddquot.c402 static inline int mark_all_dquot_dirty(struct dquot __rcu * const *dquots) in mark_all_dquot_dirty() argument
409 dquot = srcu_dereference(dquots[cnt], &dquot_srcu); in mark_all_dquot_dirty()
1008 struct dquot __rcu * const *dquots; in dqinit_needed() local
1014 dquots = i_dquot(inode); in dqinit_needed()
1016 return !dquots[type]; in dqinit_needed()
1018 if (!dquots[cnt]) in dqinit_needed()
1098 struct dquot __rcu **dquots = i_dquot(inode); in remove_dquot_ref() local
1100 dquots[type], &dquot_srcu, in remove_dquot_ref()
1107 rcu_assign_pointer(dquots[type], NULL); in remove_dquot_ref()
1460 struct dquot __rcu **dquots; in __dquot_initialize() local
[all …]