Home
last modified time | relevance | path

Searched refs:qgroup_meta_rsv_prealloc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dctree.h317 u64 qgroup_meta_rsv_prealloc; member
H A Dqgroup.c4011 root->qgroup_meta_rsv_prealloc += num_bytes; in add_root_meta_rsv()
4028 num_bytes = min_t(u64, root->qgroup_meta_rsv_prealloc, in sub_root_meta_rsv()
4030 root->qgroup_meta_rsv_prealloc -= num_bytes; in sub_root_meta_rsv()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dqgroup.c3953 root->qgroup_meta_rsv_prealloc += num_bytes; in add_root_meta_rsv()
3970 num_bytes = min_t(u64, root->qgroup_meta_rsv_prealloc, in sub_root_meta_rsv()
3972 root->qgroup_meta_rsv_prealloc -= num_bytes; in sub_root_meta_rsv()
H A Dctree.h1185 u64 qgroup_meta_rsv_prealloc; member

Completed in 17 milliseconds