Searched refs:orig_bytes (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | space-info.c | 1679 u64 start_ns, u64 orig_bytes, in handle_reserve_ticket() argument 1719 orig_bytes, start_ns, flush, ticket->error); in handle_reserve_ticket() 1781 static int reserve_bytes(struct btrfs_space_info *space_info, u64 orig_bytes, in reserve_bytes() argument 1792 ASSERT(orig_bytes, "orig_bytes=%llu", orig_bytes); in reserve_bytes() 1830 ((used + orig_bytes <= space_info->total_bytes) || in reserve_bytes() 1831 can_overcommit(space_info, used, orig_bytes, flush))) { in reserve_bytes() 1832 btrfs_space_info_update_bytes_may_use(space_info, orig_bytes); in reserve_bytes() 1843 if (used + orig_bytes <= space_info->total_bytes) { in reserve_bytes() 1844 btrfs_space_info_update_bytes_may_use(space_info, orig_bytes); in reserve_bytes() 1857 ticket.bytes = orig_bytes; in reserve_bytes() [all …]
|