Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dlockref.c40 void lockref_get(struct lockref *lockref) in lockref_get() function
52 EXPORT_SYMBOL(lockref_get);
/linux-4.4.14/include/linux/
Dlockref.h36 extern void lockref_get(struct lockref *);
Ddcache.h362 lockref_get(&dentry->d_lockref); in dget()
/linux-4.4.14/fs/gfs2/
Dquota.c307 lockref_get(&qd->qd_lockref); in qd_hold()
Dglock.c106 lockref_get(&gl->gl_lockref); in gfs2_glock_hold()
/linux-4.4.14/fs/
Ddcache.c800 lockref_get(&dentry->d_lockref); in __dget()