Searched refs:anon_super (Results 1 – 3 of 3) sorted by relevance
1093 root->anon_super.s_root = NULL; in __setup_root()1094 root->anon_super.s_dev = 0; in __setup_root()1095 INIT_LIST_HEAD(&root->anon_super.s_list); in __setup_root()1096 INIT_LIST_HEAD(&root->anon_super.s_instances); in __setup_root()1097 init_rwsem(&root->anon_super.s_umount); in __setup_root()1329 set_anon_super(&root->anon_super, NULL); in btrfs_read_fs_root_no_name()2414 if (root->anon_super.s_dev) { in free_fs_root()2415 down_write(&root->anon_super.s_umount); in free_fs_root()2416 kill_anon_super(&root->anon_super); in free_fs_root()
1168 struct super_block anon_super; member
6955 stat->dev = BTRFS_I(inode)->root->anon_super.s_dev; in btrfs_getattr()