Searched refs:__do_six_trylock (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | six.c | 117 static int __do_six_trylock(struct six_lock *lock, enum six_lock_type type, in __do_six_trylock() function 231 ret = __do_six_trylock(lock, lock_type, w->task, false); in __six_lock_wakeup() 282 ret = __do_six_trylock(lock, type, current, try); in do_six_trylock() 436 ret = __do_six_trylock(lock, type, current, false); in six_lock_slowpath()
|