Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dspace-info.c512 static inline bool check_can_overcommit(const struct btrfs_space_info *space_info, in check_can_overcommit() function
529 return check_can_overcommit(space_info, space_info_used_bytes, bytes, flush); in can_overcommit()
543 return check_can_overcommit(space_info, used, bytes, flush); in btrfs_can_overcommit()