Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dlockref.c42 void lockref_get(struct lockref *lockref) in lockref_get()
61 int lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero()
89 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero()
119 int lockref_put_return(struct lockref *lockref) in lockref_put_return()
137 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock()
160 void lockref_mark_dead(struct lockref *lockref) in lockref_mark_dead()
172 int lockref_get_not_dead(struct lockref *lockref) in lockref_get_not_dead()
/linux-6.6.21/include/linux/
Dlockref.h25 struct lockref { struct
37 extern void lockref_get(struct lockref *); argument
/linux-6.6.21/fs/erofs/
Dinternal.h215 struct lockref lockref; member