Home
last modified time | relevance | path

Searched refs:u64_to_bucket (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dlru.c39 u64_to_bucket(lru.offset).inode, in bch2_lru_pos_to_text()
40 u64_to_bucket(lru.offset).offset); in bch2_lru_pos_to_text()
132 struct bpos alloc_pos = u64_to_bucket(lru_k.k->p.offset); in bch2_check_lru_key()
Dnocow_locking.c116 bch2_bpos_to_text(out, u64_to_bucket(l->b[i])); in bch2_nocow_locks_to_text()
Dalloc_background.h30 static inline struct bpos u64_to_bucket(u64 bucket) in u64_to_bucket() function
Dmovinggc.c174 struct move_bucket b = { .k.bucket = u64_to_bucket(k.k->p.offset) }; in bch2_copygc_get_buckets()
Dalloc_background.c2025 struct bpos bucket = u64_to_bucket(lru_k.k->p.offset); in invalidate_one_bucket()