Searched refs:lockref_get_not_zero (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dlockref.h39 extern int lockref_get_not_zero(struct lockref *);
/linux-master/lib/
H A Dlockref.c57 * lockref_get_not_zero - Increments count unless the count is 0 or dead
61 int lockref_get_not_zero(struct lockref *lockref) function
82 EXPORT_SYMBOL(lockref_get_not_zero); variable
/linux-master/fs/erofs/
H A Dutils.c37 if (lockref_get_not_zero(&grp->lockref))
/linux-master/fs/
H A Ddcache.c894 gotref = lockref_get_not_zero(&ret->d_lockref);

Completed in 495 milliseconds