Searched refs:lockref_put_or_lock (Results 1 - 5 of 5) sorted by path

/linux-master/fs/erofs/
H A Dutils.c108 if (lockref_put_or_lock(&grp->lockref))
/linux-master/fs/gfs2/
H A Dglock.c304 if (lockref_put_or_lock(&gl->gl_lockref))
H A Dquota.c333 if (lockref_put_or_lock(&qd->qd_lockref))
/linux-master/include/linux/
H A Dlockref.h41 extern int lockref_put_or_lock(struct lockref *);
/linux-master/lib/
H A Dlockref.c133 * lockref_put_or_lock - decrements count unless count <= 1 before decrement
137 int lockref_put_or_lock(struct lockref *lockref) function
154 EXPORT_SYMBOL(lockref_put_or_lock); variable

Completed in 439 milliseconds