Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / include / darwin / lustre_dlm.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * (visit-tags-table FILE)
3  * vim:expandtab:shiftwidth=8:tabstop=8:
4  */
5
6 #ifndef _DARWIN_LUSTRE_DLM_H__
7 #define _DARWIN_LUSTRE_DLM_H__
8
9 #ifndef _LUSTRE_DLM_H__
10 #error Do not #include this file directly. #include <lprocfs_status.h> instead
11 #endif
12
13 #define IT_OPEN     0x0001
14 #define IT_CREAT    0x0002
15 #define IT_READDIR  0x0004
16 #define IT_GETATTR  0x0008
17 #define IT_LOOKUP   0x0010
18 #define IT_UNLINK   0x0020
19 #define IT_GETXATTR 0x0040
20 #define IT_EXEC     0x0080
21 #define IT_PIN      0x0100
22 #define IT_CHDIR    0x0200
23
24
25 #endif