Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dqgroup.c3021 static bool qgroup_check_limits(const struct btrfs_qgroup *qg, u64 num_bytes) in qgroup_check_limits() function
3078 if (enforce && !qgroup_check_limits(qg, num_bytes)) { in qgroup_reserve()