Home
last modified time | relevance | path

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

/fs/btrfs/
Dqgroup.c1150 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()
1268 spin_unlock(&fs_info->qgroup_lock); in btrfs_quota_disable()
1482 spin_lock(&fs_info->qgroup_lock); in btrfs_add_qgroup_relation()
1485 spin_unlock(&fs_info->qgroup_lock); in btrfs_add_qgroup_relation()
1489 spin_unlock(&fs_info->qgroup_lock); in btrfs_add_qgroup_relation()
1551 spin_lock(&fs_info->qgroup_lock); in __del_qgroup_relation()
1554 spin_unlock(&fs_info->qgroup_lock); in __del_qgroup_relation()
1597 spin_lock(&fs_info->qgroup_lock); in btrfs_create_qgroup()
[all …]
Dsysfs.c1578 return btrfs_show_u64(&qgroup->_member, &fs_info->qgroup_lock, buf); \
1591 &fs_info->qgroup_lock, buf); \
Dctree.h879 spinlock_t qgroup_lock; member
Ddisk-io.c2159 spin_lock_init(&fs_info->qgroup_lock); in btrfs_init_qgroup()