Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dlockref.c88 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero() function
109 EXPORT_SYMBOL(lockref_put_not_zero);
/Linux-v4.19/include/linux/
Dlockref.h40 extern int lockref_put_not_zero(struct lockref *);
/Linux-v4.19/fs/gfs2/
Dglock.c1932 if (!lockref_put_not_zero(&gl->gl_lockref)) in gfs2_glock_iter_next()