Home
last modified time | relevance | path

Searched defs:lockref (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/lib/
Dlockref.c42 void lockref_get(struct lockref *lockref) in lockref_get()
61 bool lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero()
90 int lockref_put_return(struct lockref *lockref) in lockref_put_return()
108 bool lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock()
131 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead()
143 bool lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead()
/linux-6.14.4/include/linux/
Dlockref.h25 struct lockref { struct
38 * lockref_init - Initialize a lockref argument
43 static inline void lockref_init(struct lockref *lockref) in lockref_init()
/linux-6.14.4/fs/erofs/
Dzdata.c42 struct lockref lockref; member