add directory Linux-0.98
This commit is contained in:
19
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/msdos_fs_i.h
Normal file
19
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/msdos_fs_i.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef _MSDOS_FS_I
|
||||
#define _MSDOS_FS_I
|
||||
|
||||
/*
|
||||
* msdos file system inode data in memory
|
||||
*/
|
||||
struct msdos_inode_info {
|
||||
int i_start; /* first cluster or 0 */
|
||||
int i_attrs; /* unused attribute bits */
|
||||
int i_busy; /* file is either deleted but still open, or
|
||||
inconsistent (mkdir) */
|
||||
struct inode *i_depend; /* pointer to inode that depends on the
|
||||
current inode */
|
||||
struct inode *i_old; /* pointer to the old inode this inode
|
||||
depends on */
|
||||
int i_binary; /* file contains non-text data */
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user