Lines Matching defs:exfat_inode_info
256 struct exfat_inode_info { struct
257 struct exfat_chain dir;
258 int entry;
259 unsigned int type;
260 unsigned short attr;
261 unsigned int start_clu;
262 unsigned char flags;
267 unsigned int version;
270 struct exfat_hint hint_bmap;
272 struct exfat_hint hint_stat;
274 struct exfat_hint_femp hint_femp;
276 spinlock_t cache_lru_lock;
277 struct list_head cache_lru;
278 int nr_caches;
280 unsigned int cache_valid_id;
305 static inline struct exfat_inode_info *EXFAT_I(struct inode *inode) in EXFAT_I() argument