Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/linux/include/linux/
H A Dlockref.h41 extern int lockref_put_or_lock(struct lockref *);
/openbmc/linux/fs/erofs/
H A Dutils.c108 if (lockref_put_or_lock(&grp->lockref)) in erofs_workgroup_put()
/openbmc/linux/fs/gfs2/
H A Dquota.c320 if (lockref_put_or_lock(&qd->qd_lockref)) in qd_put()
H A Dglock.c330 if (lockref_put_or_lock(&gl->gl_lockref)) in gfs2_glock_put()
/openbmc/linux/fs/
H A Ddcache.c775 return lockref_put_or_lock(&dentry->d_lockref); in fast_dput()