Lines Matching refs:u64
56 u64 len;
58 u64 offset;
64 u64 stripe_nr;
66 u64 raid56_stripe_offset;
100 u64 generation;
122 u64 devid;
125 u64 total_bytes;
128 u64 disk_total_bytes;
131 u64 bytes_used;
139 u64 type;
153 u64 commit_total_bytes;
156 u64 commit_bytes_used;
180 u64 scrub_speed_max;
214 static inline u64 \
217 u64 size; \
228 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
238 static inline u64 \
241 u64 size; \
250 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
258 static inline u64 \
265 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
300 u64 num_devices;
306 u64 open_devices;
309 u64 rw_devices;
312 u64 missing_devices;
313 u64 total_rw_bytes;
320 u64 total_devices;
323 u64 latest_generation;
401 u64 file_offset;
432 struct bio *btrfs_bio_clone_partial(struct bio *orig, u64 offset, u64 size,
469 u64 physical;
477 u64 physical;
478 u64 length;
500 u64 map_type; /* get from map_lookup->type */
513 u64 *raid_map;
519 u64 dev_offset;
520 u64 max_avail;
521 u64 total_avail;
536 u64 bg_flag; /* block group flag of the raid */
542 u64 type;
562 u64 flags;
571 u64 devid;
578 #define BTRFS_DEV_LOOKUP_ARGS_INIT { .devid = (u64)-1 }
609 u64 logical, u64 *length,
612 u64 logical, u64 *length,
615 u64 logical, u64 *length_ret,
618 enum btrfs_map_op op, u64 logical,
623 u64 type);
636 u64 devid,
642 const u64 *devid,
650 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
652 struct btrfs_device *device, u64 new_size);
655 int btrfs_shrink_device(struct btrfs_device *device, u64 new_size);
660 void btrfs_describe_block_groups(u64 flags, char *buf, u32 size_buf);
664 int btrfs_relocate_chunk(struct btrfs_fs_info *fs_info, u64 chunk_offset);
668 bool btrfs_chunk_writeable(struct btrfs_fs_info *fs_info, u64 chunk_offset);
669 int find_free_dev_extent(struct btrfs_device *device, u64 num_bytes,
670 u64 *start, u64 *max_avail);
681 u64 logical, u64 len);
683 u64 logical);
684 u64 btrfs_calc_stripe_length(const struct extent_map *em);
685 int btrfs_nr_parity_stripes(u64 type);
688 int btrfs_remove_chunk(struct btrfs_trans_handle *trans, u64 chunk_offset);
690 u64 logical, u64 length);
753 enum btrfs_raid_types __attribute_const__ btrfs_bg_flags_to_raid_index(u64 flags);
754 int btrfs_bg_type_to_factor(u64 flags);
755 const char *btrfs_bg_type_to_raid_name(u64 flags);
757 bool btrfs_repair_one_zone(struct btrfs_fs_info *fs_info, u64 logical);