summaryrefslogtreecommitdiffstats
path: root/include/linux/iso_fs_i.h
blob: d8065500ffe1a7d03b81ccadfe5997817fb3b07f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _ISO_FS_I
#define _ISO_FS_I

/*
 * iso fs inode data in memory
 */
struct iso_inode_info {
	unsigned int i_first_extent;
	unsigned int i_backlink;
	unsigned char i_file_format;
};

#endif