- pre3:
[davej-history.git] / include / linux / bfs_fs_i.h
blob647352882d97cc56ba9e7bfd088f7b111343f7b2
1 /*
2 * include/linux/bfs_fs_i.h
3 * Copyright (C) 1999 Tigran Aivazian <tigran@ocston.org>
4 */
6 #ifndef _LINUX_BFS_FS_I
7 #define _LINUX_BFS_FS_I
9 /*
10 * BFS file system in-core inode info
12 struct bfs_inode_info {
13 unsigned long i_dsk_ino; /* inode number from the disk, can be 0 */
14 unsigned long i_sblock;
15 unsigned long i_eblock;
18 #endif /* _LINUX_BFS_FS_I */