Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dqgroup.c3570 static bool qgroup_check_limits(const struct btrfs_qgroup *qg, u64 num_bytes) in qgroup_check_limits() function
3614 if (enforce && !qgroup_check_limits(qgroup, num_bytes)) { in qgroup_reserve()