Home
last modified time | relevance | path

Searched refs:qgroup_meta_rsv_prealloc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dqgroup.c3907 root->qgroup_meta_rsv_prealloc += num_bytes; in add_root_meta_rsv()
3924 num_bytes = min_t(u64, root->qgroup_meta_rsv_prealloc, in sub_root_meta_rsv()
3926 root->qgroup_meta_rsv_prealloc -= num_bytes; in sub_root_meta_rsv()
H A Dctree.h1187 u64 qgroup_meta_rsv_prealloc; member