Searched refs:qgroup_lock (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | qgroup.c | 183 /* must be called with qgroup_lock held */ 242 /* must be called with qgroup_lock held */ 258 * Must be called with qgroup_lock held. 286 * Must be called with qgroup_lock held. 303 /* Must be called with qgroup_lock held */ 583 * quota_root to be null with qgroup_lock held before, so it is safe to clean 584 * up the in-memory structures without qgroup_lock held. 908 * called with qgroup_lock held 1181 spin_lock(&fs_info->qgroup_lock); in btrfs_quota_enable() 1184 spin_unlock(&fs_info->qgroup_lock); in btrfs_quota_enable() [all...] |
H A D | sysfs.c | 2085 spin_lock(&fs_info->qgroup_lock); in qgroup_enabled_show() 2087 spin_unlock(&fs_info->qgroup_lock); in qgroup_enabled_show() 2100 spin_lock(&fs_info->qgroup_lock); in qgroup_inconsistent_show() 2102 spin_unlock(&fs_info->qgroup_lock); in qgroup_inconsistent_show() 2115 spin_lock(&fs_info->qgroup_lock); in qgroup_drop_subtree_thres_show() 2117 spin_unlock(&fs_info->qgroup_lock); in qgroup_drop_subtree_thres_show() 2137 spin_lock(&fs_info->qgroup_lock); in qgroup_drop_subtree_thres_store() 2139 spin_unlock(&fs_info->qgroup_lock); in qgroup_drop_subtree_thres_store() 2183 return btrfs_show_u64(&qgroup->_member, &fs_info->qgroup_lock, buf); \ 2196 &fs_info->qgroup_lock, bu [all...] |
H A D | fs.h | 654 /* Holds configuration and tracking. Protected by qgroup_lock. */ 656 spinlock_t qgroup_lock; member 660 * when doing qgroup accounting, it must be protected by qgroup_lock.
|
H A D | disk-io.c | 1935 spin_lock_init(&fs_info->qgroup_lock); in btrfs_init_qgroup()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | qgroup.c | 189 /* must be called with qgroup_lock held */ 247 /* must be called with qgroup_lock held */ 260 /* must be called with qgroup_lock held */ 285 /* must be called with qgroup_lock held */ 558 * quota_root to be null with qgroup_lock held before, so it is safe to clean 559 * up the in-memory structures without qgroup_lock held. 882 * called with qgroup_lock held 1150 spin_lock(&fs_info->qgroup_lock); in btrfs_quota_enable() 1153 spin_unlock(&fs_info->qgroup_lock); in btrfs_quota_enable() 1264 spin_lock(&fs_info->qgroup_lock); in btrfs_quota_disable() [all...] |
H A D | sysfs.c | 1578 return btrfs_show_u64(&qgroup->_member, &fs_info->qgroup_lock, buf); \ 1591 &fs_info->qgroup_lock, buf); \
|
H A D | ctree.h | 877 /* holds configuration and tracking. Protected by qgroup_lock */ 879 spinlock_t qgroup_lock; member 883 * when doing qgroup accounting, it must be protected by qgroup_lock.
|
H A D | disk-io.c | 2159 spin_lock_init(&fs_info->qgroup_lock); in btrfs_init_qgroup()
|
Completed in 29 milliseconds