Lines Matching defs:exfat_inode_info
283 struct exfat_inode_info { struct
284 struct exfat_chain dir;
285 int entry;
286 unsigned int type;
287 unsigned short attr;
288 unsigned int start_clu;
289 unsigned char flags;
294 unsigned int version;
297 struct exfat_hint hint_bmap;
299 struct exfat_hint hint_stat;
301 struct exfat_hint_femp hint_femp;
303 spinlock_t cache_lru_lock;
304 struct list_head cache_lru;
305 int nr_caches;
307 unsigned int cache_valid_id;
332 static inline struct exfat_inode_info *EXFAT_I(struct inode *inode) in EXFAT_I() argument