Searched refs:lockref_get (Results 1 - 6 of 6) sorted by last modified time

/linux-master/include/linux/
H A Ddcache.h333 lockref_get(&dentry->d_lockref);
H A Dlockref.h37 extern void lockref_get(struct lockref *);
/linux-master/fs/
H A Ddcache.c930 lockref_get(&alias->d_lockref);
/linux-master/fs/gfs2/
H A Dquota.c326 lockref_get(&qd->qd_lockref);
H A Dglock.c191 lockref_get(&gl->gl_lockref);
/linux-master/lib/
H A Dlockref.c36 * lockref_get - Increments reference count unconditionally
42 void lockref_get(struct lockref *lockref) function
54 EXPORT_SYMBOL(lockref_get); variable

Completed in 173 milliseconds