Searched refs:six_unlock_ip (Results 1 – 2 of 2) sorted by relevance
/linux/fs/bcachefs/ |
H A D | six.h | 294 void six_unlock_ip(struct six_lock *lock, enum six_lock_type type, unsigned long ip); 312 six_unlock_ip(lock, type, _THIS_IP_); in six_unlock_type() 359 six_unlock_ip(lock, SIX_LOCK_##type, ip); \ 364 six_unlock_ip(lock, SIX_LOCK_##type, _THIS_IP_); \
|
H A D | six.c | 325 six_unlock_ip(lock, type, ip); in six_relock_ip() 609 void six_unlock_ip(struct six_lock *lock, enum six_lock_type type, unsigned long ip) in six_unlock_ip() function 637 EXPORT_SYMBOL_GPL(six_unlock_ip);
|