Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dlockref.c143 int lockref_put_return(struct lockref *lockref) in lockref_put_return() function
154 EXPORT_SYMBOL(lockref_put_return);
/linux-4.19.296/include/linux/
Dlockref.h38 extern int lockref_put_return(struct lockref *);
/linux-4.19.296/fs/
Ddcache.c721 ret = lockref_put_return(&dentry->d_lockref); in fast_dput()