- Stephen Rothwell: APM updates
[davej-history.git] / include / linux / bfs_fs_i.h
blobe939b229e6b3083ddf883a521c104b3f805d6fc2
1 /*
2 * include/linux/bfs_fs_i.h
3 * Copyright (C) 1999 Tigran Aivazian <tigran@veritas.com>
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 */