Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/quota/
H A Ddquot.c106 * 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); variable
409 dquot = srcu_dereference(dquots[cnt], &dquot_srcu); in mark_all_dquot_dirty()
826 synchronize_srcu(&dquot_srcu); in quota_release_workfn()
1108 dquots[type], &dquot_srcu, in remove_dquot_ref()
1553 dquots[cnt], &dquot_srcu, in __dquot_initialize()
1613 put[cnt] = srcu_dereference_check(dquots[cnt], &dquot_srcu, in __dquot_drop()
1714 index = srcu_read_lock(&dquot_srcu); in __dquot_alloc_space()
[all...]
/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c106 * 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); variable
411 dquot = srcu_dereference(dquots[cnt], &dquot_srcu); in mark_all_dquot_dirty()
828 synchronize_srcu(&dquot_srcu); in quota_release_workfn()
1185 synchronize_srcu(&dquot_srcu); in drop_dquot_ref()
1760 index = srcu_read_lock(&dquot_srcu); in __dquot_alloc_space()
1763 dquot = srcu_dereference(dquots[cnt], &dquot_srcu); in __dquot_alloc_space()
1774 dquot = srcu_dereference(dquots[cnt], &dquot_srcu); in __dquot_alloc_space()
[all...]

Completed in 6 milliseconds