Home
last modified time | relevance | path

Searched refs:DLM_SBF_VALNOTVALID (Results 1 – 4 of 4) sorted by last modified time

/linux/include/trace/events/
H A Ddlm.h47 { DLM_SBF_VALNOTVALID, "VALNOTVALID" }, \
/linux/fs/gfs2/
H A Dlock_dlm.c132 if ((gl->gl_lksb.sb_flags & DLM_SBF_VALNOTVALID) && gl->gl_lksb.sb_lvbptr) in gdlm_ast()
/linux/fs/ocfs2/
H A Dstack_user.c712 int invalid = lksb->lksb_fsdlm.sb_flags & DLM_SBF_VALNOTVALID; in user_dlm_lvb_valid()
/linux/include/uapi/linux/
H A Ddlm.h59 #define DLM_SBF_VALNOTVALID 0x02 macro