Searched refs:s_instances (Results 1 – 2 of 2) sorted by relevance
204 INIT_HLIST_NODE(&s->s_instances); in alloc_super()385 if (!hlist_unhashed(&sb->s_instances) && in trylock_super()438 hlist_del_init(&sb->s_instances); in generic_shutdown_super()466 hlist_for_each_entry(old, &type->fs_supers, s_instances) { in sget()497 hlist_add_head(&s->s_instances, &type->fs_supers); in sget()528 if (hlist_unhashed(&sb->s_instances)) in iterate_supers()563 hlist_for_each_entry(sb, &type->fs_supers, s_instances) { in iterate_supers_type()602 if (hlist_unhashed(&sb->s_instances)) in get_super()665 if (hlist_unhashed(&sb->s_instances)) in get_active_super()685 if (hlist_unhashed(&sb->s_instances)) in user_get_super()[all …]
1314 struct hlist_node s_instances; member