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

/linux-master/include/linux/
H A Dlockref.h47 static inline bool __lockref_is_dead(const struct lockref *l) function
/linux-master/fs/erofs/
H A Dutils.c41 if (__lockref_is_dead(&grp->lockref)) {
111 DBG_BUGON(__lockref_is_dead(&grp->lockref));
/linux-master/fs/gfs2/
H A Dglock.c190 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref));
550 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref));
2166 if (!__lockref_is_dead(&gl->gl_lockref)) {
2201 if (!__lockref_is_dead(&gl->gl_lockref) &&
2552 if (__lockref_is_dead(&gl->gl_lockref))
H A Dquota.c325 gfs2_assert(sdp, !__lockref_is_dead(&qd->qd_lockref));
336 BUG_ON(__lockref_is_dead(&qd->qd_lockref));
/linux-master/fs/ceph/
H A Ddir.c1624 if (__lockref_is_dead(&dentry->d_lockref)) {

Completed in 251 milliseconds