Lines Matching refs:s_instances
191 INIT_HLIST_NODE(&s->s_instances); in alloc_super()
370 if (!hlist_unhashed(&sb->s_instances) && in trylock_super()
422 hlist_del_init(&sb->s_instances); in generic_shutdown_super()
450 hlist_for_each_entry(old, &type->fs_supers, s_instances) { in sget()
481 hlist_add_head(&s->s_instances, &type->fs_supers); in sget()
512 if (hlist_unhashed(&sb->s_instances)) in iterate_supers()
547 hlist_for_each_entry(sb, &type->fs_supers, s_instances) { in iterate_supers_type()
586 if (hlist_unhashed(&sb->s_instances)) in get_super()
649 if (hlist_unhashed(&sb->s_instances)) in get_active_super()
669 if (hlist_unhashed(&sb->s_instances)) in user_get_super()
778 if (hlist_unhashed(&sb->s_instances)) in do_emergency_remount()