blob: 4bbf5df2391cd31f4d4363b4dc39a3f58b2d30ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
#define HAVE_VOP_ISLOCKED 1
#define HAVE_VOP_LOOKUP 1
#define HAVE_VOP_CREATE 1
#define HAVE_VOP_MKNOD 1
#define HAVE_VOP_OPEN 1
#define HAVE_VOP_CLOSE 1
#define HAVE_VOP_ACCESS 1
#define HAVE_VOP_GETATTR 1
#define HAVE_VOP_SETATTR 1
#define HAVE_VOP_READ 1
#define HAVE_VOP_WRITE 1
#define HAVE_VOP_LEASE 1
#define HAVE_VOP_IOCTL 1
#define HAVE_VOP_SELECT 1
#define HAVE_VOP_REVOKE 1
#define HAVE_VOP_FSYNC 1
#define HAVE_VOP_REMOVE 1
#define HAVE_VOP_LINK 1
#define HAVE_VOP_RENAME 1
#define HAVE_VOP_MKDIR 1
#define HAVE_VOP_RMDIR 1
#define HAVE_VOP_SYMLINK 1
#define HAVE_VOP_READDIR 1
#define HAVE_VOP_READLINK 1
#define HAVE_VOP_ABORTOP 1
#define HAVE_VOP_INACTIVE 1
#define HAVE_VOP_RECLAIM 1
#define HAVE_VOP_LOCK 1
#define HAVE_VOP_UNLOCK 1
#define HAVE_VOP_BMAP 1
#define HAVE_VOP_PRINT 1
#define HAVE_VOP_PATHCONF 1
#define HAVE_VOP_ADVLOCK 1
#define HAVE_VOP_BLKATOFF 1
#define HAVE_VOP_WHITEOUT 1
#define HAVE_VOP_STRATEGY 1
#define HAVE_VOP_BWRITE 1
|