Searched refs:bucket_data_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/bcachefs/
H A Dbuckets.c556 u8 b_gen, u8 bucket_data_type,
565 if (bucket_data_type == BCH_DATA_cached)
566 bucket_data_type = BCH_DATA_user;
568 if ((bucket_data_type == BCH_DATA_stripe && ptr_data_type == BCH_DATA_user) ||
569 (bucket_data_type == BCH_DATA_user && ptr_data_type == BCH_DATA_stripe))
570 bucket_data_type = ptr_data_type = BCH_DATA_stripe;
578 bch2_data_type_str(bucket_data_type ?: ptr_data_type),
591 bch2_data_type_str(bucket_data_type ?: ptr_data_type),
606 bch2_data_type_str(bucket_data_type ?: ptr_data_type),
619 if (!data_type_is_empty(bucket_data_type)
552 bch2_check_bucket_ref(struct btree_trans *trans, struct bkey_s_c k, const struct bch_extent_ptr *ptr, s64 sectors, enum bch_data_type ptr_data_type, u8 b_gen, u8 bucket_data_type, u32 bucket_sectors) argument
789 __mark_pointer(struct btree_trans *trans, struct bkey_s_c k, const struct bch_extent_ptr *ptr, s64 sectors, enum bch_data_type ptr_data_type, u8 bucket_gen, u8 *bucket_data_type, u32 *dirty_sectors, u32 *cached_sectors) argument
861 u8 bucket_data_type = g->data_type; local
[all...]
H A Dalloc_background.h69 static inline enum bch_data_type bucket_data_type(enum bch_data_type data_type) function
H A Dbtree_gc.c673 if (fsck_err_on(bucket_data_type(g->data_type) &&
674 bucket_data_type(g->data_type) !=
675 bucket_data_type(data_type), c,

Completed in 123 milliseconds