Lines Matching full:bytes
9 u64 total_bytes; /* total bytes in the space,
11 u64 bytes_used; /* total bytes used,
13 u64 bytes_pinned; /* total bytes pinned, will be freed when the
15 u64 bytes_reserved; /* total bytes the allocator has reserved for
17 u64 bytes_may_use; /* number of bytes that may be used for
19 u64 bytes_readonly; /* total bytes that are read only */
20 u64 bytes_zone_unusable; /* total bytes that are unusable until
40 u64 disk_used; /* total bytes used on disk */
41 u64 disk_total; /* total bytes on disk, takes mirrors into
73 u64 bytes; member
94 s64 bytes) \
96 const u64 abs_bytes = (bytes < 0) ? -bytes : bytes; \
98 trace_update_##name(fs_info, sinfo, sinfo->name, bytes); \
101 bytes > 0); \
102 if (bytes < 0 && sinfo->name < -bytes) { \
107 sinfo->name += bytes; \
124 struct btrfs_space_info *info, u64 bytes,
133 struct btrfs_space_info *space_info, u64 bytes,
146 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes,