Home
last modified time | relevance | path

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

/fs/btrfs/
Dqgroup.c3902 root->qgroup_meta_rsv_pertrans += num_bytes; in add_root_meta_rsv()
3921 num_bytes = min_t(u64, root->qgroup_meta_rsv_pertrans, in sub_root_meta_rsv()
3923 root->qgroup_meta_rsv_pertrans -= num_bytes; in sub_root_meta_rsv()
Dctree.h1096 u64 qgroup_meta_rsv_pertrans; member