search for: actual_bytes

Displaying 2 results from an estimated 2 matches for "actual_bytes".

Did you mean: actual_bits
2011 Jul 26
0
[PATCH] Btrfs: use bytes_may_use for all ENOSPC reservations
...e(struct btrfs_fs_info *info); u64 btrfs_account_ro_block_groups_free_space(struct btrfs_space_info *sinfo); int btrfs_error_unpin_extent_range(struct btrfs_root *root, u64 start, u64 end); -int btrfs_error_discard_extent(struct btrfs_root *root, u64 bytenr, - u64 num_bytes, u64 *actual_bytes); +int btrfs_discard_extent(struct btrfs_root *root, u64 bytenr, u64 num_bytes, + u64 *actual_bytes); +int btrfs_error_discard_extent(struct btrfs_root *root, + struct btrfs_block_group_cache *block_group, + u64 bytenr, u64 num_bytes, u64 *actual_bytes); int btrfs_force_chunk_...
2011 Jul 27
0
[PATCH] Btrfs: use bytes_may_use for all ENOSPC reservations V2
...e(struct btrfs_fs_info *info); u64 btrfs_account_ro_block_groups_free_space(struct btrfs_space_info *sinfo); int btrfs_error_unpin_extent_range(struct btrfs_root *root, u64 start, u64 end); -int btrfs_error_discard_extent(struct btrfs_root *root, u64 bytenr, - u64 num_bytes, u64 *actual_bytes); +int btrfs_discard_extent(struct btrfs_root *root, u64 bytenr, u64 num_bytes, + u64 *actual_bytes); +int btrfs_error_discard_extent(struct btrfs_root *root, + struct btrfs_block_group_cache *block_group, + u64 bytenr, u64 num_bytes, u64 *actual_bytes); int btrfs_force_chunk_...