Home
last modified time | relevance | path

Searched refs:lockref_put_not_zero (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/lib/
Dlockref.c91 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero() function
112 EXPORT_SYMBOL(lockref_put_not_zero);
/Linux-v5.10/include/linux/
Dlockref.h40 extern int lockref_put_not_zero(struct lockref *);
/Linux-v5.10/fs/gfs2/
Dglock.c2308 if (!lockref_put_not_zero(&gl->gl_lockref)) in gfs2_glock_iter_next()