Searched refs:bch2_two_state_unlock (Results 1 – 2 of 2) sorted by relevance
45 #define bch2_pagecache_add_put(i) bch2_two_state_unlock(&i->ei_pagecache_lock, 0)49 #define bch2_pagecache_block_put(i) bch2_two_state_unlock(&i->ei_pagecache_lock, 1)
26 static inline void bch2_two_state_unlock(two_state_lock_t *lock, int s) in bch2_two_state_unlock() function