Searched refs:sb_info (Results 1 – 6 of 6) sorted by relevance
228 struct reiserfs_sb_info *sb_info = REISERFS_SB(sb); in show_on_disk_super() local229 struct reiserfs_super_block *rs = sb_info->s_rs; in show_on_disk_super()272 struct reiserfs_sb_info *sb_info = REISERFS_SB(sb); in show_oidmap() local273 struct reiserfs_super_block *rs = sb_info->s_rs; in show_oidmap()289 if (sb_info->oidmap.use_file && (sb_info->oidmap.mapf != NULL)) { in show_oidmap()290 loff_t size = file_inode(sb_info->oidmap.mapf)->i_size; in show_oidmap()
50 struct hypfs_sb_info *sb_info = sb->s_fs_info; in hypfs_update_update() local51 struct inode *inode = d_inode(sb_info->update_file); in hypfs_update_update()53 sb_info->last_update = get_seconds(); in hypfs_update_update()322 struct hypfs_sb_info *sb_info = sb->s_fs_info; in hypfs_kill_super() local326 if (sb_info->update_file) in hypfs_kill_super()327 hypfs_remove(sb_info->update_file); in hypfs_kill_super()
102 struct kernfs_super_info *sb_info = kernfs_info(sb); in kernfs_test_super() local105 return sb_info->root == info->root && sb_info->ns == info->ns; in kernfs_test_super()
502 sb_devc sb_info; in sb_dsp_detect() local503 sb_devc *devc = &sb_info; in sb_dsp_detect()505 memset((char *) &sb_info, 0, sizeof(sb_info)); /* Zero everything */ in sb_dsp_detect()510 sb_info.my_mididev = -1; in sb_dsp_detect()511 sb_info.my_mixerdev = -1; in sb_dsp_detect()512 sb_info.dev = -1; in sb_dsp_detect()
631 struct ecryptfs_sb_info *sb_info = ecryptfs_superblock_to_private(sb); in ecryptfs_kill_block_super() local633 if (!sb_info) in ecryptfs_kill_block_super()635 ecryptfs_destroy_mount_crypt_stat(&sb_info->mount_crypt_stat); in ecryptfs_kill_block_super()636 bdi_destroy(&sb_info->bdi); in ecryptfs_kill_block_super()637 kmem_cache_free(ecryptfs_sb_info_cache, sb_info); in ecryptfs_kill_block_super()
481 struct ecryptfs_sb_info *sb_info) in ecryptfs_set_superblock_private() argument483 sb->s_fs_info = sb_info; in ecryptfs_set_superblock_private()