Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dlockref.c91 int lockref_put_not_zero(struct lockref *lockref) in lockref_put_not_zero() function
112 EXPORT_SYMBOL(lockref_put_not_zero);
/OK3568_Linux_fs/kernel/include/linux/
H A Dlockref.h40 extern int lockref_put_not_zero(struct lockref *);
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c2330 if (!lockref_put_not_zero(&gl->gl_lockref)) in gfs2_glock_iter_next()