Lines Matching full:bytes
90 u64 total_bytes; /* total bytes in the space,
92 u64 bytes_used; /* total bytes used,
94 u64 bytes_pinned; /* total bytes pinned, will be freed when the
96 u64 bytes_reserved; /* total bytes the allocator has reserved for
98 u64 bytes_may_use; /* number of bytes that may be used for
100 u64 bytes_readonly; /* total bytes that are read only */
101 u64 bytes_zone_unusable; /* total bytes that are unusable until
107 /* Chunk size in bytes */
129 u64 disk_used; /* total bytes used on disk */
130 u64 disk_total; /* total bytes on disk, takes mirrors into
162 u64 bytes; member
183 s64 bytes) \
185 const u64 abs_bytes = (bytes < 0) ? -bytes : bytes; \
187 trace_update_##name(fs_info, sinfo, sinfo->name, bytes); \
190 bytes > 0); \
191 if (bytes < 0 && sinfo->name < -bytes) { \
196 sinfo->name += bytes; \
213 struct btrfs_space_info *info, u64 bytes,
222 struct btrfs_space_info *space_info, u64 bytes,
235 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes,