]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/gnu/fs/xfs/FreeBSD/xfs_config.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / gnu / fs / xfs / FreeBSD / xfs_config.h
1 #ifndef __XFS_CONFIG_H__
2 #define __XFS_CONFIG_H__
3
4 #define HAVE_FID                1
5 /*
6  * Linux config variables, harcoded to values desirable for FreeBSD.
7  */
8 #define CONFIG_SYSCTL           1
9 #define CONFIG_LBD              1
10 #define CONFIG_XFS_TRACE        0
11
12 /*
13  * Tracing.
14  */
15 #if CONFIG_XFS_TRACE == 1
16 #define XFS_ALLOC_TRACE         1
17 #define XFS_ALLOC_TRACE         1
18 #define XFS_ATTR_TRACE          1
19 #define XFS_BLI_TRACE           1
20 #define XFS_BMAP_TRACE          1
21 #define XFS_BMBT_TRACE          1
22 #define XFS_DIR_TRACE           1
23 #define XFS_DIR2_TRACE          1
24 #define XFS_DQUOT_TRACE         1
25 #define XFS_ILOCK_TRACE         1
26 #define XFS_LOG_TRACE           1
27 #define XFS_RW_TRACE            1
28 #endif
29
30 /*
31  * XFS config defines.
32  */
33 #define XFS_BIG_BLKNOS          1
34 #define XFS_BIG_INUMS           0
35
36 #undef XFS_STATS_OFF
37
38 #endif /* __XFS_CONFIG_H__ */