Lines Matching refs:super_block
193 struct super_block *sb;
332 static inline struct exfat_sb_info *EXFAT_SB(struct super_block *sb) in EXFAT_SB()
342 static inline int exfat_forced_shutdown(struct super_block *sb) in exfat_forced_shutdown()
432 int exfat_set_volume_dirty(struct super_block *sb);
433 int exfat_clear_volume_dirty(struct super_block *sb);
441 int exfat_ent_get(struct super_block *sb, unsigned int loc,
443 int exfat_ent_set(struct super_block *sb, unsigned int loc,
445 int exfat_chain_cont_cluster(struct super_block *sb, unsigned int chain,
448 int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain,
450 int exfat_count_num_clusters(struct super_block *sb,
454 int exfat_load_bitmap(struct super_block *sb);
458 unsigned int exfat_find_free_bitmap(struct super_block *sb, unsigned int clu);
459 int exfat_count_used_clusters(struct super_block *sb, unsigned int *ret_count);
475 int exfat_force_shutdown(struct super_block *sb, u32 flags);
502 int exfat_find_dir_entry(struct super_block *sb, struct exfat_inode_info *ei,
506 struct exfat_dentry *exfat_get_dentry(struct super_block *sb,
511 struct super_block *sb, struct exfat_chain *p_dir, int entry,
516 struct super_block *sb, struct exfat_chain *p_dir, int entry,
519 int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir);
524 struct inode *exfat_build_inode(struct super_block *sb,
528 struct inode *exfat_iget(struct super_block *sb, loff_t i_pos);
535 unsigned short exfat_toupper(struct super_block *sb, unsigned short a);
536 int exfat_uniname_ncmp(struct super_block *sb, unsigned short *a,
538 int exfat_utf16_to_nls(struct super_block *sb,
541 int exfat_nls_to_utf16(struct super_block *sb,
544 int exfat_create_upcase_table(struct super_block *sb);
548 void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...)