Searched refs:lockref_put_return (Results 1 - 3 of 3) sorted by path

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

Completed in 180 milliseconds