Lines Matching defs:sb

34 static void exfat_put_super(struct super_block *sb)  in exfat_put_super()
44 static int exfat_sync_fs(struct super_block *sb, int wait) in exfat_sync_fs()
66 struct super_block *sb = dentry->d_sb; in exfat_statfs() local
90 static int exfat_set_vol_flags(struct super_block *sb, unsigned short new_flags) in exfat_set_vol_flags()
120 int exfat_set_volume_dirty(struct super_block *sb) in exfat_set_volume_dirty()
127 int exfat_clear_volume_dirty(struct super_block *sb) in exfat_clear_volume_dirty()
136 struct super_block *sb = root->d_sb; in exfat_show_options() local
173 int exfat_force_shutdown(struct super_block *sb, u32 flags) in exfat_force_shutdown()
203 static void exfat_shutdown(struct super_block *sb) in exfat_shutdown()
208 static struct inode *exfat_alloc_inode(struct super_block *sb) in exfat_alloc_inode()
363 static void exfat_hash_init(struct super_block *sb) in exfat_hash_init()
375 struct super_block *sb = inode->i_sb; in exfat_read_root() local
419 static int exfat_calibrate_blocksize(struct super_block *sb, int logical_sect) in exfat_calibrate_blocksize()
453 static int exfat_read_boot_sector(struct super_block *sb) in exfat_read_boot_sector()
566 static int exfat_verify_boot_region(struct super_block *sb) in exfat_verify_boot_region()
611 static int __exfat_fill_super(struct super_block *sb) in __exfat_fill_super()
655 static int exfat_fill_super(struct super_block *sb, struct fs_context *fc) in exfat_fill_super()
813 static void exfat_kill_sb(struct super_block *sb) in exfat_kill_sb()