Home
last modified time | relevance | path

Searched refs:lockref_put_or_lock (Results 1 – 5 of 5) sorted by relevance

/linux/lib/
H A Dlockref.c137 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock() function
154 EXPORT_SYMBOL(lockref_put_or_lock);
/linux/include/linux/
H A Dlockref.h41 extern int lockref_put_or_lock(struct lockref *);
/linux/fs/erofs/
H A Dzutil.c286 if (lockref_put_or_lock(&grp->lockref)) in erofs_workgroup_put()
/linux/fs/gfs2/
H A Dglock.c316 if (lockref_put_or_lock(&gl->gl_lockref)) in gfs2_glock_put()
331 if (lockref_put_or_lock(&gl->gl_lockref)) in gfs2_glock_put_async()
H A Dquota.c333 if (lockref_put_or_lock(&qd->qd_lockref)) in qd_put()