Searched refs:__six_lock_init (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | six.h | 165 void __six_lock_init(struct six_lock *lock, const char *name, 177 __six_lock_init((lock), #lock, &__key, flags); \
|
D | six.c | 845 void __six_lock_init(struct six_lock *lock, const char *name, in __six_lock_init() function 873 EXPORT_SYMBOL_GPL(__six_lock_init);
|
D | btree_locking.c | 12 __six_lock_init(&b->lock, "b->c.lock", &bch2_btree_node_lock_key, flags); in bch2_btree_lock_init()
|