Home
last modified time | relevance | path

Searched refs:qgroup_meta_rsv_pertrans (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dctree.h316 u64 qgroup_meta_rsv_pertrans; member
H A Dqgroup.c4013 root->qgroup_meta_rsv_pertrans += num_bytes; in add_root_meta_rsv()
4032 num_bytes = min_t(u64, root->qgroup_meta_rsv_pertrans, in sub_root_meta_rsv()
4034 root->qgroup_meta_rsv_pertrans -= num_bytes; in sub_root_meta_rsv()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dqgroup.c3955 root->qgroup_meta_rsv_pertrans += num_bytes; in add_root_meta_rsv()
3974 num_bytes = min_t(u64, root->qgroup_meta_rsv_pertrans, in sub_root_meta_rsv()
3976 root->qgroup_meta_rsv_pertrans -= num_bytes; in sub_root_meta_rsv()
H A Dctree.h1184 u64 qgroup_meta_rsv_pertrans; member
/kernel/linux/linux-5.10/include/trace/events/
H A Dbtrfs.h1777 __entry->diff = -(s64)root->qgroup_meta_rsv_pertrans;
/kernel/linux/linux-6.6/include/trace/events/
H A Dbtrfs.h1945 __entry->diff = -(s64)root->qgroup_meta_rsv_pertrans;

Completed in 20 milliseconds