Home
last modified time | relevance | path

Searched refs:lockref_put_return (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dlockref.c139 * lockref_put_return - Decrement reference count if possible
145 int lockref_put_return(struct lockref *lockref) in lockref_put_return() function
156 EXPORT_SYMBOL(lockref_put_return); variable
/kernel/linux/linux-6.6/lib/
H A Dlockref.c113 * lockref_put_return - Decrement reference count if possible
119 int lockref_put_return(struct lockref *lockref) in lockref_put_return() function
130 EXPORT_SYMBOL(lockref_put_return); variable
/kernel/linux/linux-6.6/include/linux/
H A Dlockref.h38 extern int lockref_put_return(struct lockref *);
/kernel/linux/linux-5.10/include/linux/
H A Dlockref.h38 extern int lockref_put_return(struct lockref *);
/kernel/linux/linux-5.10/fs/
H A Ddcache.c753 ret = lockref_put_return(&dentry->d_lockref); in fast_dput()
756 * If the lockref_put_return() failed due to the lock being held in fast_dput()
/kernel/linux/linux-6.6/fs/
H A Ddcache.c781 ret = lockref_put_return(&dentry->d_lockref); in fast_dput()
784 * If the lockref_put_return() failed due to the lock being held in fast_dput()

Completed in 9 milliseconds