Home
last modified time | relevance | path

Searched refs:open_bucket_idx_t (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dalloc_types.h54 typedef u16 open_bucket_idx_t; typedef
59 open_bucket_idx_t freelist;
60 open_bucket_idx_t hash;
81 open_bucket_idx_t nr;
82 open_bucket_idx_t v[OPEN_BUCKET_LIST_MAX];
H A Dalloc_foreground.h137 static inline open_bucket_idx_t *open_bucket_hashslot(struct bch_fs *c, in open_bucket_hashslot()
147 open_bucket_idx_t slot = *open_bucket_hashslot(c, dev, bucket); in bch2_bucket_is_open()
H A Dbcachefs.h925 open_bucket_idx_t open_buckets_freelist;
926 open_bucket_idx_t open_buckets_nr_free;
929 open_bucket_idx_t open_buckets_hash[OPEN_BUCKETS_COUNT];
931 open_bucket_idx_t open_buckets_partial[OPEN_BUCKETS_COUNT];
932 open_bucket_idx_t open_buckets_partial_nr;
H A Dbtree_update_interior.h108 open_bucket_idx_t open_buckets[BTREE_UPDATE_NODES_MAX *
110 open_bucket_idx_t nr_open_buckets;
H A Dec.h217 open_bucket_idx_t blocks[BCH_BKEY_PTRS_MAX];
H A Dalloc_foreground.c80 open_bucket_idx_t idx = ob - c->open_buckets; in bch2_open_bucket_hash_add()
81 open_bucket_idx_t *slot = open_bucket_hashslot(c, ob->dev, ob->bucket); in bch2_open_bucket_hash_add()
89 open_bucket_idx_t idx = ob - c->open_buckets; in bch2_open_bucket_hash_remove()
90 open_bucket_idx_t *slot = open_bucket_hashslot(c, ob->dev, ob->bucket); in bch2_open_bucket_hash_remove()