Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dlockref.h48 static inline bool __lockref_is_dead(const struct lockref *l) in __lockref_is_dead() function
/Linux-v5.4/fs/gfs2/
Dglock.c157 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in gfs2_glock_hold()
424 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in state_change()
2060 if (__lockref_is_dead(&gl->gl_lockref)) in gfs2_glock_iter_next()
Dquota.c303 gfs2_assert(sdp, !__lockref_is_dead(&qd->qd_lockref)); in qd_hold()
/Linux-v5.4/fs/ceph/
Ddir.c1270 if (__lockref_is_dead(&dentry->d_lockref)) { in __dentry_leases_walk()