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 */
34 u64 disk_used; /* total bytes used on disk */
35 u64 disk_total; /* total bytes on disk, takes mirrors into
44 * bytes_pinned does not reflect the bytes that will be pinned once the
79 u64 bytes; member
100 s64 bytes) \
102 const u64 abs_bytes = (bytes < 0) ? -bytes : bytes; \
104 trace_update_##name(fs_info, sinfo, sinfo->name, bytes); \
107 bytes > 0); \
108 if (bytes < 0 && sinfo->name < -bytes) { \
113 sinfo->name += bytes; \
130 struct btrfs_space_info *info, u64 bytes,
139 struct btrfs_space_info *space_info, u64 bytes,
152 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes,