Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dlockref.c119 int lockref_put_return(struct lockref *lockref) in lockref_put_return() function
130 EXPORT_SYMBOL(lockref_put_return);
/openbmc/linux/include/linux/
H A Dlockref.h38 extern int lockref_put_return(struct lockref *);
/openbmc/linux/fs/
H A Ddcache.c781 ret = lockref_put_return(&dentry->d_lockref); in fast_dput()