Go to the documentation of this file.
20 #ifndef OCFS2_RESERVATIONS_H
21 #define OCFS2_RESERVATIONS_H
23 #include <linux/rbtree.h>
25 #define OCFS2_DEFAULT_RESV_LEVEL 2
26 #define OCFS2_MAX_RESV_LEVEL 9
27 #define OCFS2_MIN_RESV_LEVEL 0
42 #define OCFS2_RESV_FLAG_INUSE 0x01
43 #define OCFS2_RESV_FLAG_TMP 0x02
45 #define OCFS2_RESV_FLAG_DIR 0x04
66 #define OCFS2_RESV_TYPES (OCFS2_RESV_FLAG_TMP|OCFS2_RESV_FLAG_DIR)
111 unsigned int clen,
char *disk_bitmap);
138 int *cstart,
int *
clen);