Searched defs:hpfs_inode_info (Results 1 – 1 of 1) sorted by relevance
4 struct hpfs_inode_info { struct5 unsigned long mmu_private;6 ino_t i_parent_dir; /* (directories) gives fnode of parent dir */7 unsigned i_dno; /* (directories) root dnode */8 unsigned i_dpos; /* (directories) temp for readdir */9 unsigned i_dsubdno; /* (directories) temp for readdir */10 unsigned i_file_sec; /* (files) minimalist cache of alloc info */11 unsigned i_disk_sec; /* (files) minimalist cache of alloc info */12 unsigned i_n_secs; /* (files) minimalist cache of alloc info */13 unsigned i_ea_size; /* size of extended attributes */[all …]