Home
last modified time | relevance | path

Searched refs:s_instances (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/
Dsuper.c191 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()
[all …]
/linux-4.1.27/include/linux/
Dfs.h1305 struct hlist_node s_instances; member