Lines Matching refs:u64
59 u64 generation;
84 u64 devid;
87 u64 total_bytes;
90 u64 disk_total_bytes;
93 u64 bytes_used;
101 u64 type;
115 u64 commit_total_bytes;
118 u64 commit_bytes_used;
141 u64 reada_next;
161 static inline u64 \
164 u64 size; \
175 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
185 static inline u64 \
188 u64 size; \
197 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
205 static inline u64 \
212 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
225 u64 num_devices;
226 u64 open_devices;
227 u64 rw_devices;
228 u64 missing_devices;
229 u64 total_rw_bytes;
230 u64 total_devices;
279 u64 logical;
294 u64 physical;
295 u64 length; /* only used for discard mappings */
305 u64 map_type; /* get from map_lookup->type */
321 u64 *raid_map;
327 u64 dev_offset;
328 u64 max_avail;
329 u64 total_avail;
344 extern const u64 btrfs_raid_group[BTRFS_NR_RAID_TYPES];
347 u64 type;
415 u64 flags;
420 int btrfs_account_dev_extents_size(struct btrfs_device *device, u64 start,
421 u64 end, u64 *length);
425 u64 logical, u64 *length,
428 u64 logical, u64 *length,
432 u64 chunk_start, u64 physical, u64 devid,
433 u64 **logical, int *naddrs, int *stripe_len);
437 struct btrfs_root *extent_root, u64 type);
452 const u64 *devid,
456 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
458 struct btrfs_device *device, u64 new_size);
459 struct btrfs_device *btrfs_find_device(struct btrfs_fs_info *fs_info, u64 devid,
461 int btrfs_shrink_device(struct btrfs_device *device, u64 new_size);
474 int btrfs_chunk_readonly(struct btrfs_root *root, u64 chunk_offset);
476 struct btrfs_device *device, u64 num_bytes,
477 u64 search_start, u64 *start, u64 *max_avail);
479 struct btrfs_device *device, u64 num_bytes,
480 u64 *start, u64 *max_avail);
498 u64 logical, u64 len, int mirror_num);
501 u64 logical);
504 u64 chunk_offset, u64 chunk_size);
506 struct btrfs_root *root, u64 chunk_offset);