Lines Matching refs:super_block

169 	struct super_block *sb;
301 static inline struct exfat_sb_info *EXFAT_SB(struct super_block *sb) in EXFAT_SB()
385 int exfat_set_volume_dirty(struct super_block *sb);
386 int exfat_clear_volume_dirty(struct super_block *sb);
394 int exfat_ent_get(struct super_block *sb, unsigned int loc,
396 int exfat_ent_set(struct super_block *sb, unsigned int loc,
398 int exfat_count_ext_entries(struct super_block *sb, struct exfat_chain *p_dir,
400 int exfat_chain_cont_cluster(struct super_block *sb, unsigned int chain,
403 int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain,
405 int exfat_count_num_clusters(struct super_block *sb,
409 int exfat_load_bitmap(struct super_block *sb);
413 unsigned int exfat_find_free_bitmap(struct super_block *sb, unsigned int clu);
414 int exfat_count_used_clusters(struct super_block *sb, unsigned int *ret_count);
458 int exfat_find_dir_entry(struct super_block *sb, struct exfat_inode_info *ei,
462 int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir,
464 struct exfat_dentry *exfat_get_dentry(struct super_block *sb,
469 struct exfat_entry_set_cache *exfat_get_dentry_set(struct super_block *sb,
472 int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir);
477 struct inode *exfat_build_inode(struct super_block *sb,
481 struct inode *exfat_iget(struct super_block *sb, loff_t i_pos);
487 unsigned short exfat_toupper(struct super_block *sb, unsigned short a);
488 int exfat_uniname_ncmp(struct super_block *sb, unsigned short *a,
490 int exfat_utf16_to_nls(struct super_block *sb,
493 int exfat_nls_to_utf16(struct super_block *sb,
496 int exfat_create_upcase_table(struct super_block *sb);
500 void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...)
507 void exfat_msg(struct super_block *sb, const char *lv, const char *fmt, ...)