Searched refs:bch2_bucket_is_open_safe (Results 1 – 2 of 2) sorted by relevance
/linux/fs/bcachefs/ |
H A D | alloc_foreground.h | 142 static inline bool bch2_bucket_is_open_safe(struct bch_fs *c, unsigned dev, u64 bucket) in bch2_bucket_is_open_safe() function
|
H A D | alloc_background.c | 873 !bch2_bucket_is_open_safe(c, new.k->p.inode, new.k->p.offset)) { in bch2_trigger_alloc() 1005 !bch2_bucket_is_open_safe(c, new.k->p.inode, new.k->p.offset) && in bch2_trigger_alloc() 1824 if (bch2_bucket_is_open_safe(c, pos.inode, pos.offset)) { in bch2_discard_one_bucket() 2081 if (bch2_bucket_is_open_safe(c, bucket.inode, bucket.offset)) in invalidate_one_bucket()
|