Searched refs:bch2_bucket_is_open (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | alloc_foreground.h | 128 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 D | movinggc.c | 83 if (bch2_bucket_is_open(trans->c, in bch2_bucket_is_movable()
|
H A D | alloc_foreground.c | 223 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 D | alloc_background.c | 989 !bch2_bucket_is_open(c, new.k->p.inode, new.k->p.offset) && in bch2_trigger_alloc()
|