Searched refs:s_instances (Results 1 – 2 of 2) sorted by relevance
273 INIT_LIST_HEAD(&s->s_instances); in alloc_super()378 list_add(&s->s_instances, &type->fs_supers); in insert_super()405 list_del(&s->s_instances); in remove_super()629 old = list_entry(p, struct super_block, s_instances); in get_anon_super()
769 struct list_head s_instances; member