Searched refs:bch2_two_state_lock (Results 1 – 2 of 2) sorted by relevance
47 #define bch2_pagecache_add_get(i) bch2_two_state_lock(&i->ei_pagecache_lock, 0)50 #define bch2_pagecache_block_get(i) bch2_two_state_lock(&i->ei_pagecache_lock, 1)
52 static inline void bch2_two_state_lock(two_state_lock_t *lock, int s) in bch2_two_state_lock() function