Searched refs:__six_lock_init (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | six.h | 166 void __six_lock_init(struct six_lock *lock, const char *name, 179 __six_lock_init((lock), #lock, &__key, flags, gfp); \
|
H A D | six.c | 852 void __six_lock_init(struct six_lock *lock, const char *name, in __six_lock_init() function 881 EXPORT_SYMBOL_GPL(__six_lock_init);
|
H A D | btree_locking.c | 13 __six_lock_init(&b->lock, "b->c.lock", &bch2_btree_node_lock_key, flags, gfp); in bch2_btree_lock_init()
|