Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dlockref.c90 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero() function
111 EXPORT_SYMBOL(lockref_put_not_zero);
/Linux-v6.1/include/linux/
Dlockref.h40 extern int lockref_put_not_zero(struct lockref *);
/Linux-v6.1/fs/gfs2/
Dglock.c2577 if (!lockref_put_not_zero(&gl->gl_lockref)) in gfs2_glock_iter_next()