Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dseqmutex.h7 struct seqmutex { struct
14 static inline bool seqmutex_trylock(struct seqmutex *lock) in seqmutex_trylock() argument
19 static inline void seqmutex_lock(struct seqmutex *lock) in seqmutex_lock()
25 static inline u32 seqmutex_unlock(struct seqmutex *lock) in seqmutex_unlock()
32 static inline bool seqmutex_relock(struct seqmutex *lock, u32 seq) in seqmutex_relock()
Dbcachefs.h849 struct seqmutex btree_trans_lock;