1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _UAPI__DLM_DOT_H__ 8 #define _UAPI__DLM_DOT_H__ 9 #include <linux/dlmconstants.h> 10 #include <linux/types.h> 11 typedef void dlm_lockspace_t; 12 #define DLM_SBF_DEMOTED 0x01 13 #define DLM_SBF_VALNOTVALID 0x02 14 #define DLM_SBF_ALTMODE 0x04 15 struct dlm_lksb { 16 int sb_status; 17 __u32 sb_lkid; 18 char sb_flags; 19 char * sb_lvbptr; 20 }; 21 #define DLM_LSFL_TIMEWARN 0x00000002 22 #define DLM_LSFL_NEWEXCL 0x00000008 23 #endif 24