Home
last modified time | relevance | path

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

/linux/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/include/linux/
H A Dlockref.h51 bool lockref_get_not_zero(struct lockref *lockref);
/linux/fs/erofs/
H A Dzdata.c724 if (lockref_get_not_zero(&pcl->lockref)) in z_erofs_get_pcluster()
/linux/fs/
H A Ddcache.c960 gotref = lockref_get_not_zero(&ret->d_lockref); in dget_parent()