• Home
  • Raw
  • Download

Lines Matching refs:u64

28 	u64 len;
30 u64 offset;
32 u64 stripe_len;
34 u64 stripe_nr;
36 u64 stripe_offset;
38 u64 raid56_stripe_offset;
69 u64 generation;
91 u64 devid;
94 u64 total_bytes;
97 u64 disk_total_bytes;
100 u64 bytes_used;
108 u64 type;
122 u64 commit_total_bytes;
125 u64 commit_bytes_used;
138 u64 reada_next;
160 static inline u64 \
163 u64 size; \
174 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
184 static inline u64 \
187 u64 size; \
196 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
204 static inline u64 \
211 btrfs_device_set_##name(struct btrfs_device *dev, u64 size) \
227 u64 num_devices;
228 u64 open_devices;
229 u64 rw_devices;
230 u64 missing_devices;
231 u64 total_rw_bytes;
232 u64 total_devices;
235 u64 latest_generation;
296 u64 logical;
322 u64 physical;
323 u64 length; /* only used for discard mappings */
330 u64 map_type; /* get from map_lookup->type */
345 u64 *raid_map;
351 u64 dev_offset;
352 u64 max_avail;
353 u64 total_avail;
368 u64 bg_flag; /* block group flag of the raid */
374 u64 type;
377 u64 stripe_len;
394 u64 flags;
424 u64 logical, u64 *length,
427 u64 logical, u64 *length,
430 u64 logical, u64 len, struct btrfs_io_geometry *io_geom);
431 int btrfs_rmap_block(struct btrfs_fs_info *fs_info, u64 chunk_start,
432 u64 physical, u64 **logical, int *naddrs, int *stripe_len);
435 int btrfs_alloc_chunk(struct btrfs_trans_handle *trans, u64 type);
449 u64 devid,
452 const u64 *devid,
456 const char *device_path, u64 devid);
458 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
460 struct btrfs_device *device, u64 new_size);
462 u64 devid, u8 *uuid, u8 *fsid, bool seed);
463 int btrfs_shrink_device(struct btrfs_device *device, u64 new_size);
468 void btrfs_describe_block_groups(u64 flags, char *buf, u32 size_buf);
475 int btrfs_chunk_readonly(struct btrfs_fs_info *fs_info, u64 chunk_offset);
476 int find_free_dev_extent(struct btrfs_device *device, u64 num_bytes,
477 u64 *start, u64 *max_avail);
489 u64 logical, u64 len);
491 u64 logical);
493 u64 chunk_offset, u64 chunk_size);
494 int btrfs_remove_chunk(struct btrfs_trans_handle *trans, u64 chunk_offset);
496 u64 logical, u64 length);
553 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);