Lines Matching refs:u64
22 u64 len;
24 u64 offset;
26 u64 stripe_len;
28 u64 stripe_nr;
30 u64 stripe_offset;
32 u64 raid56_stripe_offset;
64 u64 generation;
79 u64 devid;
82 u64 total_bytes;
85 u64 disk_total_bytes;
88 u64 bytes_used;
96 u64 type;
110 u64 commit_total_bytes;
113 u64 commit_bytes_used;
124 u64 reada_next;
150 static inline u64 \
153 u64 size; \
164 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
174 static inline u64 \
177 u64 size; \
186 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
194 static inline u64 \
201 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
221 u64 num_devices;
222 u64 open_devices;
223 u64 rw_devices;
224 u64 missing_devices;
225 u64 total_rw_bytes;
226 u64 total_devices;
229 u64 latest_generation;
293 u64 logical;
319 u64 physical;
320 u64 length; /* only used for discard mappings */
327 u64 map_type; /* get from map_lookup->type */
342 u64 *raid_map;
348 u64 dev_offset;
349 u64 max_avail;
350 u64 total_avail;
365 u64 bg_flag; /* block group flag of the raid */
371 u64 type;
374 u64 stripe_len;
391 u64 flags;
421 u64 logical, u64 *length,
424 u64 logical, u64 *length,
427 u64 logical, u64 len, struct btrfs_io_geometry *io_geom);
430 int btrfs_alloc_chunk(struct btrfs_trans_handle *trans, u64 type);
444 u64 devid,
447 const u64 *devid,
451 const char *device_path, u64 devid);
453 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
455 struct btrfs_device *device, u64 new_size);
457 u64 devid, u8 *uuid, u8 *fsid, bool seed);
458 int btrfs_shrink_device(struct btrfs_device *device, u64 new_size);
463 void btrfs_describe_block_groups(u64 flags, char *buf, u32 size_buf);
470 int btrfs_chunk_readonly(struct btrfs_fs_info *fs_info, u64 chunk_offset);
471 int find_free_dev_extent(struct btrfs_device *device, u64 num_bytes,
472 u64 *start, u64 *max_avail);
483 u64 logical, u64 len);
485 u64 logical);
487 u64 chunk_offset, u64 chunk_size);
488 int btrfs_remove_chunk(struct btrfs_trans_handle *trans, u64 chunk_offset);
490 u64 logical, u64 length);
548 static inline enum btrfs_raid_types btrfs_bg_flags_to_raid_index(u64 flags) in btrfs_bg_flags_to_raid_index()
579 int btrfs_bg_type_to_factor(u64 flags);
580 const char *btrfs_bg_type_to_raid_name(u64 flags);