summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/linux/bfs_fs_i.h
blob: e939b229e6b3083ddf883a521c104b3f805d6fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *	include/linux/bfs_fs_i.h
 *	Copyright (C) 1999 Tigran Aivazian <tigran@veritas.com>
 */

#ifndef _LINUX_BFS_FS_I
#define _LINUX_BFS_FS_I

/*
 * BFS file system in-core inode info
 */
struct bfs_inode_info {
	unsigned long i_dsk_ino; /* inode number from the disk, can be 0 */
	unsigned long i_sblock;
	unsigned long i_eblock;
};

#endif	/* _LINUX_BFS_FS_I */