Lines Matching full:bytes
105 u64 total_bytes; /* total bytes in the space,
107 u64 bytes_used; /* total bytes used,
109 u64 bytes_pinned; /* total bytes pinned, will be freed when the
111 u64 bytes_reserved; /* total bytes the allocator has reserved for
113 u64 bytes_may_use; /* number of bytes that may be used for
115 u64 bytes_readonly; /* total bytes that are read only */
116 u64 bytes_zone_unusable; /* total bytes that are unusable until
122 /* Chunk size in bytes */
144 u64 disk_used; /* total bytes used on disk */
145 u64 disk_total; /* total bytes on disk, takes mirrors into
182 * Monotonically increasing counter of reclaimed bytes
212 * Net bytes freed or allocated since the last reclaim pass.
218 u64 bytes; member
238 s64 bytes) \
241 const u64 abs_bytes = (bytes < 0) ? -bytes : bytes; \
243 trace_update_##name(fs_info, sinfo, sinfo->name, bytes); \
246 bytes > 0); \
247 if (bytes < 0 && sinfo->name < -bytes) { \
252 sinfo->name += bytes; \
270 struct btrfs_space_info *info, u64 bytes,
279 const struct btrfs_space_info *space_info, u64 bytes,
291 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes,
297 void btrfs_space_info_update_reclaimable(struct btrfs_space_info *space_info, s64 bytes);