summaryrefslogtreecommitdiff
path: root/sys/xfs/xfs_vopdefs.h
blob: f0c3d2706ec1fe14ca8e451bc76cd8696422ad67 (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
38
39
40
41
42
43
#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_MMAP 1
#define HAVE_VOP_FSYNC 1
#define HAVE_VOP_SEEK 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_VALLOC 1
#define HAVE_VOP_BALLOC 1
#define HAVE_VOP_REALLOCBLKS 1
#define HAVE_VOP_VFREE 1
#define HAVE_VOP_TRUNCATE 1
#define HAVE_VOP_UPDATE 1
#define HAVE_VOP_WHITEOUT 1