Home
last modified time | relevance | path

Searched refs:bch2_two_state_lock (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dfs.h47 #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)
Dtwo_state_shared_lock.h52 static inline void bch2_two_state_lock(two_state_lock_t *lock, int s) in bch2_two_state_lock() function