Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dlockref.c61 bool lockref_get_not_zero(struct lockref *lockref) in lockref_get_not_zero() function
81 EXPORT_SYMBOL(lockref_get_not_zero);
/linux-6.15/include/linux/
H A Dlockref.h51 bool lockref_get_not_zero(struct lockref *lockref);
/linux-6.15/fs/erofs/
H A Dzdata.c693 if (lockref_get_not_zero(&pcl->lockref)) in z_erofs_get_pcluster()
/linux-6.15/fs/
H A Ddcache.c951 gotref = lockref_get_not_zero(&ret->d_lockref); in dget_parent()