Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dlockref.c137 int lockref_put_or_lock(struct lockref *lockref) in lockref_put_or_lock() function
154 EXPORT_SYMBOL(lockref_put_or_lock);
/Linux-v6.6/include/linux/
Dlockref.h41 extern int lockref_put_or_lock(struct lockref *);
/Linux-v6.6/fs/erofs/
Dutils.c114 if (lockref_put_or_lock(&grp->lockref)) in erofs_workgroup_put()
/Linux-v6.6/fs/gfs2/
Dquota.c320 if (lockref_put_or_lock(&qd->qd_lockref)) in qd_put()
Dglock.c304 if (lockref_put_or_lock(&gl->gl_lockref)) in gfs2_glock_put()
/Linux-v6.6/fs/
Ddcache.c775 return lockref_put_or_lock(&dentry->d_lockref); in fast_dput()