Home
last modified time | relevance | path

Searched refs:BUCKET_NOCOW_LOCKS (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dnocow_locking_types.h6 #define BUCKET_NOCOW_LOCKS (1U << BUCKET_NOCOW_LOCKS_BITS) macro
16 struct nocow_lock_bucket l[BUCKET_NOCOW_LOCKS];
Dnocow_locking.h16 return t->l + (h & (BUCKET_NOCOW_LOCKS - 1)); in bucket_nocow_lock()