Home
last modified time | relevance | path

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

/linux/lib/
H A Dlockref.c84 * lockref_put_return - Decrement reference count if possible
90 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.c819 ret = lockref_put_return(&dentry->d_lockref); in fast_dput()
822 * If the lockref_put_return() failed due to the lock being held in fast_dput()