Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dlockref.c161 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock() function
178 EXPORT_SYMBOL(lockref_put_or_lock);
/Linux-v4.19/include/linux/
Dlockref.h42 extern int lockref_put_or_lock(struct lockref *);
/Linux-v4.19/fs/
Ddcache.c715 return lockref_put_or_lock(&dentry->d_lockref); in fast_dput()
1089 while (dentry && !lockref_put_or_lock(&dentry->d_lockref)) in shrink_dentry_list()
/Linux-v4.19/fs/gfs2/
Dquota.c312 if (lockref_put_or_lock(&qd->qd_lockref)) in qd_put()
Dglock.c266 if (lockref_put_or_lock(&gl->gl_lockref)) in gfs2_glock_put()