Lines Matching full:bytes
100 u64 total_bytes; /* total bytes in the space,
102 u64 bytes_used; /* total bytes used,
104 u64 bytes_pinned; /* total bytes pinned, will be freed when the
106 u64 bytes_reserved; /* total bytes the allocator has reserved for
108 u64 bytes_may_use; /* number of bytes that may be used for
110 u64 bytes_readonly; /* total bytes that are read only */
111 u64 bytes_zone_unusable; /* total bytes that are unusable until
117 /* Chunk size in bytes */
139 u64 disk_used; /* total bytes used on disk */
140 u64 disk_total; /* total bytes on disk, takes mirrors into
177 * Monotonically increasing counter of reclaimed bytes
207 * Net bytes freed or allocated since the last reclaim pass.
213 u64 bytes; member
234 s64 bytes) \
236 const u64 abs_bytes = (bytes < 0) ? -bytes : bytes; \
238 trace_update_##name(fs_info, sinfo, sinfo->name, bytes); \
241 bytes > 0); \
242 if (bytes < 0 && sinfo->name < -bytes) { \
247 sinfo->name += bytes; \
265 struct btrfs_space_info *info, u64 bytes,
274 const struct btrfs_space_info *space_info, u64 bytes,
287 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes,
293 void btrfs_space_info_update_reclaimable(struct btrfs_space_info *space_info, s64 bytes);