Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dlockref.c164 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock() function
181 EXPORT_SYMBOL(lockref_put_or_lock);
/Linux-v5.10/include/linux/
Dlockref.h42 extern int lockref_put_or_lock(struct lockref *);
/Linux-v5.10/fs/gfs2/
Dquota.c309 if (lockref_put_or_lock(&qd->qd_lockref)) in qd_put()
Dglock.c299 if (lockref_put_or_lock(&gl->gl_lockref)) in gfs2_glock_put()
/Linux-v5.10/fs/
Ddcache.c747 return lockref_put_or_lock(&dentry->d_lockref); in fast_dput()