Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dlockref.c41 void lockref_get(struct lockref *lockref) in lockref_get() function
53 EXPORT_SYMBOL(lockref_get);
/linux-4.19.296/include/linux/
Dlockref.h37 extern void lockref_get(struct lockref *);
Ddcache.h322 lockref_get(&dentry->d_lockref); in dget()
/linux-4.19.296/fs/gfs2/
Dquota.c307 lockref_get(&qd->qd_lockref); in qd_hold()
Dglock.c161 lockref_get(&gl->gl_lockref); in gfs2_glock_hold()
/linux-4.19.296/fs/
Ddcache.c860 lockref_get(&dentry->d_lockref); in __dget()