Lines Matching defs:dquot_srcu
106 * Operation accessing dquots via inode pointers are protected by dquot_srcu.
107 * Operation of reading pointer needs srcu_read_lock(&dquot_srcu), and
108 * synchronize_srcu(&dquot_srcu) is called after clearing pointers from
133 DEFINE_STATIC_SRCU(dquot_srcu);
411 dquot = srcu_dereference(dquots[cnt], &dquot_srcu);
828 synchronize_srcu(&dquot_srcu);
1185 synchronize_srcu(&dquot_srcu);
1760 index = srcu_read_lock(&dquot_srcu);
1763 dquot = srcu_dereference(dquots[cnt], &dquot_srcu);
1774 dquot = srcu_dereference(dquots[cnt], &dquot_srcu);
1798 srcu_read_unlock(&dquot_srcu, index);
1821 index = srcu_read_lock(&dquot_srcu);
1824 dquot = srcu_dereference(dquots[cnt], &dquot_srcu);
1830 dquot = srcu_dereference(dquots[cnt], &dquot_srcu);
1846 srcu_read_unlock(&dquot_srcu, index);
1870 index = srcu_read_lock(&dquot_srcu);
1874 dquot = srcu_dereference(dquots[cnt], &dquot_srcu);
1889 srcu_read_unlock(&dquot_srcu, index);
1912 index = srcu_read_lock(&dquot_srcu);
1916 dquot = srcu_dereference(dquots[cnt], &dquot_srcu);
1931 srcu_read_unlock(&dquot_srcu, index);
1959 index = srcu_read_lock(&dquot_srcu);
1965 dquot = srcu_dereference(dquots[cnt], &dquot_srcu);
1988 srcu_read_unlock(&dquot_srcu, index);
2008 index = srcu_read_lock(&dquot_srcu);
2013 dquot = srcu_dereference(dquots[cnt], &dquot_srcu);
2025 srcu_read_unlock(&dquot_srcu, index);
2139 * the srcu protection but still take dquot_srcu to avoid warning in
2142 index = srcu_read_lock(&dquot_srcu);
2145 srcu_read_unlock(&dquot_srcu, index);