Lines Matching refs:u64
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 */
21 u64 max_extent_size; /* This will hold the maximum extent size of
34 u64 disk_used; /* total bytes used on disk */
35 u64 disk_total; /* total bytes on disk, takes mirrors into
38 u64 flags;
62 u64 reclaim_size;
68 u64 tickets_id;
79 u64 bytes;
102 const u64 abs_bytes = (bytes < 0) ? -bytes : bytes; \
120 void btrfs_update_space_info(struct btrfs_fs_info *info, u64 flags,
121 u64 total_bytes, u64 bytes_used,
122 u64 bytes_readonly,
125 u64 flags);
126 u64 __pure btrfs_space_info_used(struct btrfs_space_info *s_info,
130 struct btrfs_space_info *info, u64 bytes,
134 u64 orig_bytes,
139 struct btrfs_space_info *space_info, u64 bytes,
145 u64 num_bytes) in btrfs_space_info_free_bytes_may_use()
152 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes,
164 u64 flags, s64 mod) in btrfs_mod_total_bytes_pinned()