Searched refs:six_unlock_ip (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | six.h | 292 void six_unlock_ip(struct six_lock *lock, enum six_lock_type type, unsigned long ip); 310 six_unlock_ip(lock, type, _THIS_IP_); in six_unlock_type() 357 six_unlock_ip(lock, SIX_LOCK_##type, ip); \ 362 six_unlock_ip(lock, SIX_LOCK_##type, _THIS_IP_); \
|
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 630 EXPORT_SYMBOL_GPL(six_unlock_ip);
|