Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dqgroup.c2962 static bool qgroup_check_limits(const struct btrfs_qgroup *qg, u64 num_bytes) in qgroup_check_limits() function
3019 if (enforce && !qgroup_check_limits(qg, num_bytes)) { in qgroup_reserve()