Home
last modified time | relevance | path

Searched defs:msdos_inode_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/fat/
H A Dfat.h112 struct msdos_inode_info { struct
113 spinlock_t cache_lru_lock;
114 struct list_head cache_lru;
115 int nr_caches;
117 unsigned int cache_valid_id;
120 loff_t mmu_private; /* physically allocated size */
122 int i_start; /* first cluster or 0 */
123 int i_logstart; /* logical first cluster */
124 int i_attrs; /* unused attribute bits */
126 struct hlist_node i_fat_hash; /* hash by i_location */
[all …]