Lines Matching defs:a

33 static inline u8 alloc_gc_gen(struct bch_alloc_v4 a)  in alloc_gc_gen()
91 static inline s64 bch2_bucket_sectors_total(struct bch_alloc_v4 a) in bch2_bucket_sectors_total()
96 static inline s64 bch2_bucket_sectors_dirty(struct bch_alloc_v4 a) in bch2_bucket_sectors_dirty()
101 static inline s64 bch2_bucket_sectors(struct bch_alloc_v4 a) in bch2_bucket_sectors()
109 struct bch_alloc_v4 a) in bch2_bucket_sectors_fragmented()
116 static inline s64 bch2_gc_bucket_sectors_fragmented(struct bch_dev *ca, struct bucket a) in bch2_gc_bucket_sectors_fragmented()
123 static inline s64 bch2_bucket_sectors_unstriped(struct bch_alloc_v4 a) in bch2_bucket_sectors_unstriped()
128 static inline enum bch_data_type alloc_data_type(struct bch_alloc_v4 a, in alloc_data_type()
144 static inline void alloc_data_type_set(struct bch_alloc_v4 *a, enum bch_data_type data_type) in alloc_data_type_set()
149 static inline u64 alloc_lru_idx_read(struct bch_alloc_v4 a) in alloc_lru_idx_read()
166 static inline u64 alloc_lru_idx_fragmentation(struct bch_alloc_v4 a, in alloc_lru_idx_fragmentation()
186 static inline u64 alloc_freespace_genbits(struct bch_alloc_v4 a) in alloc_freespace_genbits()
191 static inline struct bpos alloc_freespace_pos(struct bpos pos, struct bch_alloc_v4 a) in alloc_freespace_pos()
197 static inline unsigned alloc_v4_u64s_noerror(const struct bch_alloc_v4 *a) in alloc_v4_u64s_noerror()
205 static inline unsigned alloc_v4_u64s(const struct bch_alloc_v4 *a) in alloc_v4_u64s()
212 static inline void set_alloc_v4_u64s(struct bkey_i_alloc_v4 *a) in set_alloc_v4_u64s()
334 static inline struct bch_backpointer *alloc_v4_backpointers(struct bch_alloc_v4 *a) in alloc_v4_backpointers()
341 static inline const struct bch_backpointer *alloc_v4_backpointers_c(const struct bch_alloc_v4 *a) in alloc_v4_backpointers_c()