Searched defs:msdos_inode_info (Results 1 – 1 of 1) sorted by relevance
117 struct msdos_inode_info { struct118 spinlock_t cache_lru_lock;119 struct list_head cache_lru;120 int nr_caches;122 unsigned int cache_valid_id;125 loff_t mmu_private; /* physically allocated size */127 int i_start; /* first cluster or 0 */128 int i_logstart; /* logical first cluster */129 int i_attrs; /* unused attribute bits */130 loff_t i_pos; /* on-disk position of directory entry or 0 */[all …]