Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsix.h292 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_); \
Dsix.c325 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);