Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dqgroup.c3927 root->qgroup_meta_rsv_pertrans += num_bytes; in add_root_meta_rsv()
3946 num_bytes = min_t(u64, root->qgroup_meta_rsv_pertrans, in sub_root_meta_rsv()
3948 root->qgroup_meta_rsv_pertrans -= num_bytes; in sub_root_meta_rsv()
Dctree.h1186 u64 qgroup_meta_rsv_pertrans; member
/kernel/linux/linux-5.10/include/trace/events/
Dbtrfs.h1777 __entry->diff = -(s64)root->qgroup_meta_rsv_pertrans;