fs.h (cd3acfe7f372a8cbee8ef8f32aa896ce926154ee) | fs.h (5679656e09fb58254da1613ebda75e368074c507) |
---|---|
1/*- 2 * modified for EXT2FS support in Lites 1.1 3 * 4 * Aug 1995, Godmar Back (gback@cs.utah.edu) 5 * University of Utah, Department of Computer Science 6 */ 7/*- 8 * SPDX-License-Identifier: BSD-3-Clause --- 150 unchanged lines hidden (view full) --- 159/* 160 * NINDIR is the number of indirects in a file system block. 161 */ 162#define NINDIR(fs) (EXT2_ADDR_PER_BLOCK(fs)) 163 164/* 165 * Use if additional debug logging is required. 166 */ | 1/*- 2 * modified for EXT2FS support in Lites 1.1 3 * 4 * Aug 1995, Godmar Back (gback@cs.utah.edu) 5 * University of Utah, Department of Computer Science 6 */ 7/*- 8 * SPDX-License-Identifier: BSD-3-Clause --- 150 unchanged lines hidden (view full) --- 159/* 160 * NINDIR is the number of indirects in a file system block. 161 */ 162#define NINDIR(fs) (EXT2_ADDR_PER_BLOCK(fs)) 163 164/* 165 * Use if additional debug logging is required. 166 */ |
167/* #define EXT2FS_PRINT_EXTENTS */ | 167/* #define EXT2FS_PRINT_EXTENTS */ |
168 169#endif /* !_FS_EXT2FS_FS_H_ */ | 168 169#endif /* !_FS_EXT2FS_FS_H_ */ |