Searched refs:bch2_bucket_is_open (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | alloc_foreground.h | 145 static inline bool bch2_bucket_is_open(struct bch_fs *c, unsigned dev, u64 bucket) in bch2_bucket_is_open() function 165 if (bch2_bucket_is_open(c, dev, bucket)) in bch2_bucket_is_open_safe() 169 ret = bch2_bucket_is_open(c, dev, bucket); in bch2_bucket_is_open_safe()
|
| H A D | movinggc.c | 78 if (bch2_bucket_is_open(c, b->k.bucket.inode, b->k.bucket.offset)) in bch2_bucket_is_movable()
|
| H A D | alloc_foreground.c | 186 if (bch2_bucket_is_open(c, bucket.inode, bucket.offset)) { in may_alloc_bucket() 235 if (bch2_bucket_is_open(c, ca->dev_idx, bucket)) { in __try_alloc_bucket()
|
| H A D | alloc_background.c | 1007 !bch2_bucket_is_open(c, new.k->p.inode, new.k->p.offset) && in bch2_trigger_alloc()
|