fs.h (8fa0b743820f61c661ba5f3ea0e3be0dc137910e) fs.h (757224cbdb0fcca663b2e7e42835db61eecca4b9)
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 * Copyright (c) 1982, 1986, 1993

--- 135 unchanged lines hidden (view full) ---

144 */
145#define INOPB(fs) (fs->e2fs_ipb)
146
147/*
148 * NINDIR is the number of indirects in a file system block.
149 */
150#define NINDIR(fs) (EXT2_ADDR_PER_BLOCK(fs))
151
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 * Copyright (c) 1982, 1986, 1993

--- 135 unchanged lines hidden (view full) ---

144 */
145#define INOPB(fs) (fs->e2fs_ipb)
146
147/*
148 * NINDIR is the number of indirects in a file system block.
149 */
150#define NINDIR(fs) (EXT2_ADDR_PER_BLOCK(fs))
151
152extern int inside[], around[];
153extern u_char *fragtbl[];
154
155#endif /* !_FS_EXT2FS_FS_H_ */
152#endif /* !_FS_EXT2FS_FS_H_ */