Lines Matching refs:fs_supers
446 * Remove it from @fs_supers so it isn't found by new
525 * had just found a superblock in super_blocks or fs_type->fs_supers
530 * called for superblocks not in rundown mode (== ones still on ->fs_supers
716 * superblock before we removed it from @fs_supers that the superblock
717 * is dying. Every walker of @fs_supers outside of sget{_fc}() will now
720 * We leave the superblock on @fs_supers so it can be found by
787 hlist_for_each_entry(old, &fc->fs_type->fs_supers, s_instances) {
813 * Make the superblock visible on @super_blocks and @fs_supers.
818 hlist_add_head(&s->s_instances, &s->s_type->fs_supers);
870 hlist_for_each_entry(old, &type->fs_supers, s_instances) {
901 hlist_add_head(&s->s_instances, &type->fs_supers);
996 hlist_for_each_entry(sb, &type->fs_supers, s_instances) {