Lines Matching defs:exfat_sb_info
242 struct exfat_sb_info {
327 static inline struct exfat_sb_info *EXFAT_SB(struct super_block *sb)
346 struct exfat_sb_info *sbi = EXFAT_SB(inode->i_sb);
357 static inline mode_t exfat_make_mode(struct exfat_sb_info *sbi,
389 static inline bool exfat_is_last_sector_in_cluster(struct exfat_sb_info *sbi,
396 static inline sector_t exfat_cluster_to_sector(struct exfat_sb_info *sbi,
403 static inline unsigned int exfat_sector_to_cluster(struct exfat_sb_info *sbi,
410 static inline bool is_valid_cluster(struct exfat_sb_info *sbi,
442 void exfat_free_bitmap(struct exfat_sb_info *sbi);
528 void exfat_free_upcase_table(struct exfat_sb_info *sbi);
549 void exfat_get_entry_time(struct exfat_sb_info *sbi, struct timespec64 *ts,
552 void exfat_set_entry_time(struct exfat_sb_info *sbi, struct timespec64 *ts,