Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dlockref.h47 static inline bool __lockref_is_dead(const struct lockref *l) in __lockref_is_dead() function
/Linux-v6.6/fs/erofs/
Dutils.c41 if (__lockref_is_dead(&grp->lockref)) { in erofs_workgroup_get()
117 DBG_BUGON(__lockref_is_dead(&grp->lockref)); in erofs_workgroup_put()
/Linux-v6.6/fs/gfs2/
Dglock.c190 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in gfs2_glock_hold()
533 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in state_change()
2134 if (!__lockref_is_dead(&gl->gl_lockref)) { in clear_glock()
2169 if (!__lockref_is_dead(&gl->gl_lockref) && in withdraw_dq()
2515 if (__lockref_is_dead(&gl->gl_lockref)) in gfs2_glock_iter_next()
Dquota.c312 gfs2_assert(sdp, !__lockref_is_dead(&qd->qd_lockref)); in qd_hold()
323 BUG_ON(__lockref_is_dead(&qd->qd_lockref)); in qd_put()
/Linux-v6.6/fs/ceph/
Ddir.c1579 if (__lockref_is_dead(&dentry->d_lockref)) { in __dentry_leases_walk()