Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsix.h212 int six_lock_ip_waiter(struct six_lock *lock, enum six_lock_type type,
235 return six_lock_ip_waiter(lock, type, wait, should_sleep_fn, p, _THIS_IP_); in six_lock_waiter()
255 return six_lock_ip_waiter(lock, type, &wait, should_sleep_fn, p, ip); in six_lock_ip()
273 return six_lock_ip_waiter(lock, type, &wait, should_sleep_fn, p, _THIS_IP_); in six_lock_type()
331 return six_lock_ip_waiter(lock, SIX_LOCK_##type, wait, should_sleep_fn, p, ip);\
H A 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);
H A Dbtree_locking.h229 int ret = six_lock_ip_waiter(&b->lock, type, &trans->locking_wait, in __btree_node_lock_nopath()