Lines Matching refs:u64
51 u64 progress;
62 u64 start;
63 u64 length;
64 u64 pinned;
65 u64 reserved;
66 u64 used;
67 u64 delalloc_bytes;
68 u64 bytes_super;
69 u64 flags;
70 u64 cache_generation;
104 u64 last_byte_to_unpin;
144 u64 discard_eligible_time;
145 u64 discard_cursor;
194 static inline u64 btrfs_block_group_end(struct btrfs_block_group *block_group) in btrfs_block_group_end()
224 struct btrfs_fs_info *info, u64 bytenr);
226 struct btrfs_fs_info *info, u64 bytenr);
232 const u64 start);
234 bool btrfs_inc_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr);
235 void btrfs_dec_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr);
238 u64 num_bytes);
245 u64 add_new_free_space(struct btrfs_block_group *block_group,
246 u64 start, u64 end);
249 const u64 chunk_offset);
251 u64 group_start, struct extent_map *em);
255 int btrfs_make_block_group(struct btrfs_trans_handle *trans, u64 bytes_used,
256 u64 type, u64 chunk_offset, u64 size);
265 u64 bytenr, u64 num_bytes, int alloc);
267 u64 ram_bytes, u64 num_bytes, int delalloc);
269 u64 num_bytes, int delalloc);
270 int btrfs_chunk_alloc(struct btrfs_trans_handle *trans, u64 flags,
272 int btrfs_force_chunk_alloc(struct btrfs_trans_handle *trans, u64 type);
273 void check_system_chunk(struct btrfs_trans_handle *trans, const u64 type);
274 u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags);
278 static inline u64 btrfs_data_alloc_profile(struct btrfs_fs_info *fs_info) in btrfs_data_alloc_profile()
283 static inline u64 btrfs_metadata_alloc_profile(struct btrfs_fs_info *fs_info) in btrfs_metadata_alloc_profile()
288 static inline u64 btrfs_system_alloc_profile(struct btrfs_fs_info *fs_info) in btrfs_system_alloc_profile()
304 int btrfs_rmap_block(struct btrfs_fs_info *fs_info, u64 chunk_start,
305 u64 physical, u64 **logical, int *naddrs, int *stripe_len);