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()
63 struct super_block *sb = dentry->d_sb; in exfat_statfs() local
87 static int exfat_set_vol_flags(struct super_block *sb, unsigned short new_flags) in exfat_set_vol_flags()
117 int exfat_set_volume_dirty(struct super_block *sb) in exfat_set_volume_dirty()
124 int exfat_clear_volume_dirty(struct super_block *sb) in exfat_clear_volume_dirty()
133 struct super_block *sb = root->d_sb; in exfat_show_options() local
170 static struct inode *exfat_alloc_inode(struct super_block *sb) in exfat_alloc_inode()
324 static void exfat_hash_init(struct super_block *sb) in exfat_hash_init()
336 struct super_block *sb = inode->i_sb; in exfat_read_root() local
382 static int exfat_calibrate_blocksize(struct super_block *sb, int logical_sect) in exfat_calibrate_blocksize()
416 static int exfat_read_boot_sector(struct super_block *sb) in exfat_read_boot_sector()
529 static int exfat_verify_boot_region(struct super_block *sb) in exfat_verify_boot_region()
574 static int __exfat_fill_super(struct super_block *sb) in __exfat_fill_super()
618 static int exfat_fill_super(struct super_block *sb, struct fs_context *fc) in exfat_fill_super()
776 static void exfat_kill_sb(struct super_block *sb) in exfat_kill_sb()