Searched defs:msdos_inode_info (Results 1 – 1 of 1) sorted by relevance
111 struct msdos_inode_info { struct112 spinlock_t cache_lru_lock;113 struct list_head cache_lru;114 int nr_caches;116 unsigned int cache_valid_id;119 loff_t mmu_private; /* physically allocated size */144 static inline struct msdos_inode_info *MSDOS_I(struct inode *inode) in MSDOS_I() argument