Searched refs:qgroup_meta_rsv_prealloc (Results 1 - 2 of 2) sorted by path

/linux-master/fs/btrfs/
H A Dctree.h296 u64 qgroup_meta_rsv_prealloc; member in struct:btrfs_root
H A Dqgroup.c4329 root->qgroup_meta_rsv_prealloc += num_bytes;
4346 num_bytes = min_t(u64, root->qgroup_meta_rsv_prealloc,
4348 root->qgroup_meta_rsv_prealloc -= num_bytes;

Completed in 191 milliseconds