blob: 3c73908fac92b6839f539fd8fdc91c314079ef5d [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _UAPI__DLM_DOT_H__
8#define _UAPI__DLM_DOT_H__
9#include <linux/dlmconstants.h>
10#include <linux/types.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070011typedef void dlm_lockspace_t;
12#define DLM_SBF_DEMOTED 0x01
13#define DLM_SBF_VALNOTVALID 0x02
14#define DLM_SBF_ALTMODE 0x04
Ben Cheng655a7c02013-10-16 16:09:24 -070015struct dlm_lksb {
Tao Baod7db5942015-01-28 10:07:51 -080016 int sb_status;
17 __u32 sb_lkid;
18 char sb_flags;
Tao Baod7db5942015-01-28 10:07:51 -080019 char * sb_lvbptr;
Ben Cheng655a7c02013-10-16 16:09:24 -070020};
21#define DLM_LSFL_TIMEWARN 0x00000002
Ben Cheng655a7c02013-10-16 16:09:24 -070022#define DLM_LSFL_NEWEXCL 0x00000008
Nick Kralevicha67e4de2013-01-14 11:28:26 -080023#endif