Home
last modified time | relevance | path

Searched refs:six_lock_ip_waiter (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dsix.h210 int six_lock_ip_waiter(struct six_lock *lock, enum six_lock_type type,
233 return six_lock_ip_waiter(lock, type, wait, should_sleep_fn, p, _THIS_IP_); in six_lock_waiter()
253 return six_lock_ip_waiter(lock, type, &wait, should_sleep_fn, p, ip); in six_lock_ip()
271 return six_lock_ip_waiter(lock, type, &wait, should_sleep_fn, p, _THIS_IP_); in six_lock_type()
329 return six_lock_ip_waiter(lock, SIX_LOCK_##type, wait, should_sleep_fn, p, ip);\
Dsix.c543 int six_lock_ip_waiter(struct six_lock *lock, enum six_lock_type type, in six_lock_ip_waiter() function
565 EXPORT_SYMBOL_GPL(six_lock_ip_waiter);
Dbtree_locking.h225 int ret = six_lock_ip_waiter(&b->lock, type, &trans->locking_wait, in __btree_node_lock_nopath()