Searched refs:six_trylock_ip (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | six.h | 196 bool six_trylock_ip(struct six_lock *lock, enum six_lock_type type, unsigned long ip); 207 return six_trylock_ip(lock, type, _THIS_IP_); in six_trylock_type() 316 return six_trylock_ip(lock, SIX_LOCK_##type, ip); \ 321 return six_trylock_ip(lock, SIX_LOCK_##type, _THIS_IP_); \
|
D | six.c | 297 bool six_trylock_ip(struct six_lock *lock, enum six_lock_type type, unsigned long ip) in six_trylock_ip() function 306 EXPORT_SYMBOL_GPL(six_trylock_ip); 321 if (six_lock_seq(lock) != seq || !six_trylock_ip(lock, type, ip)) in six_relock_ip()
|