Lines Matching defs:sb
43 static void exfat_put_super(struct super_block *sb) in exfat_put_super()
55 static int exfat_sync_fs(struct super_block *sb, int wait) in exfat_sync_fs()
74 struct super_block *sb = dentry->d_sb; in exfat_statfs() local
98 static int exfat_set_vol_flags(struct super_block *sb, unsigned short new_flags) in exfat_set_vol_flags()
134 int exfat_set_volume_dirty(struct super_block *sb) in exfat_set_volume_dirty()
141 int exfat_clear_volume_dirty(struct super_block *sb) in exfat_clear_volume_dirty()
150 struct super_block *sb = root->d_sb; in exfat_show_options() local
181 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
380 static int exfat_calibrate_blocksize(struct super_block *sb, int logical_sect) in exfat_calibrate_blocksize()
414 static int exfat_read_boot_sector(struct super_block *sb) in exfat_read_boot_sector()
527 static int exfat_verify_boot_region(struct super_block *sb) in exfat_verify_boot_region()
572 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()