Lines Matching refs:u64
19 u64 total_devs;
20 u64 super_bytes_used;
22 u64 generation;
25 u64 devid;
28 u64 total_bytes;
31 u64 bytes_used;
43 u64 type;
53 u64 latest_devid;
54 u64 lowest_devid;
55 u64 latest_trans;
57 u64 total_rw_bytes;
68 u64 physical;
79 u64 type;
100 u64 bg_flag; /* block group flag of the raid */
105 static inline enum btrfs_raid_types btrfs_bg_flags_to_raid_index(u64 flags) in btrfs_bg_flags_to_raid_index()
132 #define BTRFS_RAID5_P_STRIPE ((u64)-2)
133 #define BTRFS_RAID6_Q_STRIPE ((u64)-1)
135 static inline u64 calc_stripe_length(u64 type, u64 length, int num_stripes) in calc_stripe_length()
137 u64 stripe_size; in calc_stripe_length()
164 u64 logical, u64 *length, u64 *type,
166 u64 **raid_map);
168 u64 logical, u64 *length,
170 u64 **raid_map_ret);
171 int btrfs_next_bg(struct btrfs_fs_info *map_tree, u64 *logical,
172 u64 *size, u64 type);
174 u64 *logical, u64 *size) in btrfs_next_bg_metadata()
180 u64 *logical, u64 *size) in btrfs_next_bg_system()
190 int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
193 u64 *total_devs);
195 struct btrfs_device *btrfs_find_device(struct btrfs_fs_info *fs_info, u64 devid,
200 int slot, u64 logical);
201 u64 btrfs_stripe_length(struct btrfs_fs_info *fs_info,