Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlockref.h47 static inline bool __lockref_is_dead(const struct lockref *l) in __lockref_is_dead() function
/openbmc/linux/fs/erofs/
H A Dutils.c41 if (__lockref_is_dead(&grp->lockref)) { in erofs_workgroup_get()
111 DBG_BUGON(__lockref_is_dead(&grp->lockref)); in erofs_workgroup_put()
/openbmc/linux/fs/gfs2/
H A Dlock_dlm.c125 if (__lockref_is_dead(&gl->gl_lockref) && in gdlm_ast()
179 if (__lockref_is_dead(&gl->gl_lockref)) in gdlm_bast()
302 BUG_ON(!__lockref_is_dead(&gl->gl_lockref)); in gdlm_put_lock()
H A Dglock.c216 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in gfs2_glock_hold()
562 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in state_change()
2176 if (!__lockref_is_dead(&gl->gl_lockref)) { in clear_glock()
2211 if (!__lockref_is_dead(&gl->gl_lockref) && in withdraw_dq()
2558 if (__lockref_is_dead(&gl->gl_lockref)) in gfs2_glock_iter_next()
H A Dquota.c309 gfs2_assert(sdp, !__lockref_is_dead(&qd->qd_lockref)); in qd_hold()
320 BUG_ON(__lockref_is_dead(&qd->qd_lockref)); in qd_put()
/openbmc/linux/fs/ceph/
H A Ddir.c1579 if (__lockref_is_dead(&dentry->d_lockref)) { in __dentry_leases_walk()