Lines Matching defs:exfat_inode_info
257 struct exfat_inode_info { struct
258 struct exfat_chain dir;
259 int entry;
260 unsigned int type;
261 unsigned short attr;
262 unsigned int start_clu;
263 unsigned char flags;
268 unsigned int version;
271 struct exfat_hint hint_bmap;
273 struct exfat_hint hint_stat;
275 struct exfat_hint_femp hint_femp;
277 spinlock_t cache_lru_lock;
278 struct list_head cache_lru;
279 int nr_caches;
281 unsigned int cache_valid_id;
306 static inline struct exfat_inode_info *EXFAT_I(struct inode *inode) in EXFAT_I() argument