Home
last modified time | relevance | path

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

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