Home
last modified time | relevance | path

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

/linux/lib/
H A Dlockref.c90 int lockref_put_return(struct lockref *lockref) in lockref_put_return() function
101 EXPORT_SYMBOL(lockref_put_return);
/linux/include/linux/
H A Dlockref.h50 int lockref_put_return(struct lockref *lockref);
/linux/fs/
H A Ddcache.c793 ret = lockref_put_return(&dentry->d_lockref); in fast_dput()