Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dqgroup.c3059 static bool qgroup_check_limits(const struct btrfs_qgroup *qg, u64 num_bytes) in qgroup_check_limits() function
3116 if (enforce && !qgroup_check_limits(qg, num_bytes)) { in qgroup_reserve()