#ifndef _LINUX_BFS_FS_H
#define _LINUX_BFS_FS_H
#include <linux/types.h>
#define BFS_BSIZE_BITS …
#define BFS_BSIZE …
#define BFS_MAGIC …
#define BFS_ROOT_INO …
#define BFS_INODES_PER_BLOCK …
#define BFS_VDIR …
#define BFS_VREG …
struct bfs_inode { … };
#define BFS_NAMELEN …
#define BFS_DIRENT_SIZE …
#define BFS_DIRS_PER_BLOCK …
struct bfs_dirent { … };
struct bfs_super_block { … };
#define BFS_OFF2INO(offset) …
#define BFS_INO2OFF(ino) …
#define BFS_NZFILESIZE(ip) …
#define BFS_FILESIZE(ip) …
#define BFS_FILEBLOCKS(ip) …
#define BFS_UNCLEAN(bfs_sb, sb) …
#endif