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
81 static int exfat_set_vol_flags(struct super_block *sb, unsigned short new_flags) in exfat_set_vol_flags()
111 int exfat_set_volume_dirty(struct super_block *sb) in exfat_set_volume_dirty()
118 int exfat_clear_volume_dirty(struct super_block *sb) in exfat_clear_volume_dirty()
127 struct super_block *sb = root->d_sb; in exfat_show_options() local
164 int exfat_force_shutdown(struct super_block *sb, u32 flags) in exfat_force_shutdown()
194 static void exfat_shutdown(struct super_block *sb) in exfat_shutdown()
199 static struct inode *exfat_alloc_inode(struct super_block *sb) in exfat_alloc_inode()
354 static void exfat_hash_init(struct super_block *sb) in exfat_hash_init()
366 struct super_block *sb = inode->i_sb; in exfat_read_root() local
410 static int exfat_calibrate_blocksize(struct super_block *sb, int logical_sect) in exfat_calibrate_blocksize()
444 static int exfat_read_boot_sector(struct super_block *sb) in exfat_read_boot_sector()
556 static int exfat_verify_boot_region(struct super_block *sb) in exfat_verify_boot_region()
601 static int __exfat_fill_super(struct super_block *sb) in __exfat_fill_super()
645 static int exfat_fill_super(struct super_block *sb, struct fs_context *fc) in exfat_fill_super()
803 static void exfat_kill_sb(struct super_block *sb) in exfat_kill_sb()