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.h126 static inline bool bch2_bucket_is_open(struct bch_fs *c, unsigned dev, u64 bucket) in bch2_bucket_is_open() function
146 if (bch2_bucket_is_open(c, dev, bucket)) in bch2_bucket_is_open_safe()
150 ret = bch2_bucket_is_open(c, dev, bucket); in bch2_bucket_is_open_safe()
H A Dmovinggc.c78 if (bch2_bucket_is_open(c, b->k.bucket.inode, b->k.bucket.offset)) in bch2_bucket_is_movable()
H A Dalloc_foreground.c203 if (bch2_bucket_is_open(c, bucket.inode, bucket.offset)) { in may_alloc_bucket()
252 if (bch2_bucket_is_open(c, ca->dev_idx, bucket)) { in __try_alloc_bucket()
H A Dalloc_background.c1010 !bch2_bucket_is_open(c, new.k->p.inode, new.k->p.offset) && in bch2_trigger_alloc()