Searched refs:space_info_used_bytes (Results 1 – 1 of 1) sorted by relevance
525 u64 space_info_used_bytes, u64 bytes, in check_can_overcommit() argument530 return (space_info_used_bytes + bytes < space_info->total_bytes + avail); in check_can_overcommit()534 u64 space_info_used_bytes, u64 bytes, in can_overcommit() argument541 return check_can_overcommit(space_info, space_info_used_bytes, bytes, flush); in can_overcommit()