Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dalloc_types.h38 typedef u16 open_bucket_idx_t; typedef
43 open_bucket_idx_t freelist;
44 open_bucket_idx_t hash;
65 open_bucket_idx_t nr;
66 open_bucket_idx_t v[OPEN_BUCKET_LIST_MAX];
A Dbcachefs.h996 open_bucket_idx_t open_buckets_freelist;
997 open_bucket_idx_t open_buckets_nr_free;
1000 open_bucket_idx_t open_buckets_hash[OPEN_BUCKETS_COUNT];
1002 open_bucket_idx_t open_buckets_partial[OPEN_BUCKETS_COUNT];
1003 open_bucket_idx_t open_buckets_partial_nr;
A Dalloc_foreground.h187 static inline open_bucket_idx_t *open_bucket_hashslot(struct bch_fs *c, in open_bucket_hashslot()
197 open_bucket_idx_t slot = *open_bucket_hashslot(c, dev, bucket); in bch2_bucket_is_open()
A Dbtree_update_interior.h115 open_bucket_idx_t open_buckets[BTREE_UPDATE_NODES_MAX *
117 open_bucket_idx_t nr_open_buckets;
A Dec.h217 open_bucket_idx_t blocks[BCH_BKEY_PTRS_MAX];
A Dalloc_foreground.c79 open_bucket_idx_t idx = ob - c->open_buckets; in bch2_open_bucket_hash_add()
80 open_bucket_idx_t *slot = open_bucket_hashslot(c, ob->dev, ob->bucket); in bch2_open_bucket_hash_add()
88 open_bucket_idx_t idx = ob - c->open_buckets; in bch2_open_bucket_hash_remove()
89 open_bucket_idx_t *slot = open_bucket_hashslot(c, ob->dev, ob->bucket); in bch2_open_bucket_hash_remove()

Completed in 20 milliseconds