Lines Matching defs:sb
34 static void exfat_put_super(struct super_block *sb) in exfat_put_super()
47 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
171 static struct inode *exfat_alloc_inode(struct super_block *sb) in exfat_alloc_inode()
320 static void exfat_hash_init(struct super_block *sb) in exfat_hash_init()
332 struct super_block *sb = inode->i_sb; in exfat_read_root() local
378 static int exfat_calibrate_blocksize(struct super_block *sb, int logical_sect) in exfat_calibrate_blocksize()
412 static int exfat_read_boot_sector(struct super_block *sb) in exfat_read_boot_sector()
525 static int exfat_verify_boot_region(struct super_block *sb) in exfat_verify_boot_region()
570 static int __exfat_fill_super(struct super_block *sb) in __exfat_fill_super()
616 static int exfat_fill_super(struct super_block *sb, struct fs_context *fc) in exfat_fill_super()
767 static void exfat_kill_sb(struct super_block *sb) in exfat_kill_sb()