Home
last modified time | relevance | path

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

/linux/lib/
H A Dlockref.c42 void lockref_get(struct lockref *lockref) in lockref_get() argument
61 lockref_get_not_zero(struct lockref * lockref) lockref_get_not_zero() argument
90 lockref_put_return(struct lockref * lockref) lockref_put_return() argument
109 lockref_put_or_lock(struct lockref * lockref) lockref_put_or_lock() argument
132 lockref_mark_dead(struct lockref * lockref) lockref_mark_dead() argument
144 lockref_get_not_dead(struct lockref * lockref) lockref_get_not_dead() argument
[all...]
/linux/include/linux/
H A Dlockref.h25 struct lockref { struct
38 * lockref_init - Initialize a lockref argument
43 static inline void lockref_init(struct lockref *lockref) in lockref_init() argument
[all...]
/linux/fs/erofs/
H A Dzdata.c43 struct lockref lockref; member