Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dlockref.c61 int lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero() function
82 EXPORT_SYMBOL(lockref_get_not_zero);
/linux-6.12.1/include/linux/
Dlockref.h39 extern int lockref_get_not_zero(struct lockref *);
/linux-6.12.1/fs/erofs/
Dzutil.c219 if (lockref_get_not_zero(&grp->lockref)) in erofs_workgroup_get()
/linux-6.12.1/fs/
Ddcache.c906 gotref = lockref_get_not_zero(&ret->d_lockref); in dget_parent()