Home
last modified time | relevance | path

Searched refs:lockref_put_return (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/lib/
Dlockref.c114 int lockref_put_return(struct lockref *lockref) in lockref_put_return() function
125 EXPORT_SYMBOL(lockref_put_return);
/linux-4.4.14/include/linux/
Dlockref.h37 extern int lockref_put_return(struct lockref *);
/linux-4.4.14/fs/
Ddcache.c643 ret = lockref_put_return(&dentry->d_lockref); in fast_dput()