Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dlockref.c132 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock() function
149 EXPORT_SYMBOL(lockref_put_or_lock);
/linux-4.4.14/include/linux/
Dlockref.h40 extern int lockref_put_or_lock(struct lockref *);
/linux-4.4.14/fs/
Ddcache.c637 return lockref_put_or_lock(&dentry->d_lockref); in fast_dput()
988 while (dentry && !lockref_put_or_lock(&dentry->d_lockref)) { in shrink_dentry_list()
/linux-4.4.14/fs/gfs2/
Dquota.c312 if (lockref_put_or_lock(&qd->qd_lockref)) in qd_put()
Dglock.c166 if (lockref_put_or_lock(&gl->gl_lockref)) in gfs2_glock_put()