Home
last modified time | relevance | path

Searched refs:bch2_bucket_is_open (Results 1 – 4 of 4) sorted by relevance

/linux/fs/bcachefs/
H A Dalloc_foreground.h128 static inline bool bch2_bucket_is_open(struct bch_fs *c, unsigned dev, u64 bucket) in bch2_bucket_is_open() function
148 if (bch2_bucket_is_open(c, dev, bucket)) in bch2_bucket_is_open_safe()
152 ret = bch2_bucket_is_open(c, dev, bucket); in bch2_bucket_is_open_safe()
H A Dmovinggc.c83 if (bch2_bucket_is_open(trans->c, in bch2_bucket_is_movable()
H A Dalloc_foreground.c223 if (bch2_bucket_is_open(c, ca->dev_idx, bucket)) { in __try_alloc_bucket()
251 if (bch2_bucket_is_open(c, ca->dev_idx, bucket)) { in __try_alloc_bucket()
H A Dalloc_background.c989 !bch2_bucket_is_open(c, new.k->p.inode, new.k->p.offset) && in bch2_trigger_alloc()