Searched defs:msdos_inode_info (Results 1 – 1 of 1) sorted by relevance
97 struct msdos_inode_info { struct98 spinlock_t cache_lru_lock;99 struct list_head cache_lru;100 int nr_caches;102 unsigned int cache_valid_id;105 loff_t mmu_private; /* physically allocated size */129 static inline struct msdos_inode_info *MSDOS_I(struct inode *inode) in MSDOS_I() argument