Lines Matching +full:0 +full:x2000

75 #define	COMMIT_SYNC	0x0001	/* synchronous commit */
76 #define COMMIT_FORCE 0x0002 /* force pageout at end of commit */
77 #define COMMIT_FLUSH 0x0004 /* init flush at end of commit */
78 #define COMMIT_MAP 0x00f0
79 #define COMMIT_PMAP 0x0010 /* update pmap */
80 #define COMMIT_WMAP 0x0020 /* update wmap */
81 #define COMMIT_PWMAP 0x0040 /* update pwmap */
82 #define COMMIT_FREE 0x0f00
83 #define COMMIT_DELETE 0x0100 /* inode delete */
84 #define COMMIT_TRUNCATE 0x0200 /* file truncation */
85 #define COMMIT_CREATE 0x0400 /* inode create */
86 #define COMMIT_LAZY 0x0800 /* lazy commit */
87 #define COMMIT_PAGE 0x1000 /* Identifies element as metapage */
88 #define COMMIT_INODE 0x2000 /* Identifies element as inode */
117 #define tlckPAGELOCK 0x8000
118 #define tlckINODELOCK 0x4000
119 #define tlckLINELOCK 0x2000
120 #define tlckINLINELOCK 0x1000
122 #define tlckLOG 0x0800
124 #define tlckUPDATEMAP 0x0080
125 #define tlckDIRECTORY 0x0040
127 #define tlckFREELOCK 0x0008
128 #define tlckWRITEPAGE 0x0004
129 #define tlckFREEPAGE 0x0002
134 #define tlckTYPE 0xfe00
135 #define tlckINODE 0x8000
136 #define tlckXTREE 0x4000
137 #define tlckDTREE 0x2000
138 #define tlckMAP 0x1000
139 #define tlckEA 0x0800
140 #define tlckACL 0x0400
141 #define tlckDATA 0x0200
142 #define tlckBTROOT 0x0100
144 #define tlckOPERATION 0x00ff
145 #define tlckGROW 0x0001 /* file grow */
146 #define tlckREMOVE 0x0002 /* file delete */
147 #define tlckTRUNCATE 0x0004 /* file truncate */
148 #define tlckRELOCATE 0x0008 /* file/directory relocate */
149 #define tlckENTRY 0x0001 /* directory insert/delete */
150 #define tlckEXTEND 0x0002 /* directory extend in-line */
151 #define tlckSPLIT 0x0010 /* splited page */
152 #define tlckNEW 0x0020 /* new page from split */
153 #define tlckFREE 0x0040 /* free page */
154 #define tlckRELINK 0x0080 /* update sibling pointer */
232 #define mlckALLOC 0x00f0
233 #define mlckALLOCXADLIST 0x0080
234 #define mlckALLOCPXDLIST 0x0040
235 #define mlckALLOCXAD 0x0020
236 #define mlckALLOCPXD 0x0010
237 #define mlckFREE 0x000f
238 #define mlckFREEXADLIST 0x0008
239 #define mlckFREEPXDLIST 0x0004
240 #define mlckFREEXAD 0x0002
241 #define mlckFREEPXD 0x0001