Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dtwo_state_shared_lock.h36 static inline bool bch2_two_state_trylock(two_state_lock_t *lock, int s) in bch2_two_state_trylock() function
54 if (!bch2_two_state_trylock(lock, s)) in bch2_two_state_lock()
Dtwo_state_shared_lock.c7 __wait_event(lock->wait, bch2_two_state_trylock(lock, s)); in __bch2_two_state_lock()
Dfs.h46 #define bch2_pagecache_add_tryget(i) bch2_two_state_trylock(&i->ei_pagecache_lock, 0)