Home
last modified time | relevance | path

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

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