Lines Matching defs:exfat_inode_info
286 struct exfat_inode_info { struct
287 struct exfat_chain dir;
288 int entry;
289 unsigned int type;
290 unsigned short attr;
291 unsigned int start_clu;
292 unsigned char flags;
297 unsigned int version;
300 struct exfat_hint hint_bmap;
302 struct exfat_hint hint_stat;
304 struct exfat_hint_femp hint_femp;
306 spinlock_t cache_lru_lock;
307 struct list_head cache_lru;
308 int nr_caches;
310 unsigned int cache_valid_id;
336 static inline struct exfat_inode_info *EXFAT_I(struct inode *inode) in EXFAT_I() argument