Home
last modified time | relevance | path

Searched refs:fs_supers (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dsuper.c438 * Remove it from @fs_supers so it isn't found by new in kill_super_notify()
671 * superblock before we removed it from @fs_supers that the superblock in generic_shutdown_super()
672 * is dying. Every walker of @fs_supers outside of sget{_fc}() will now in generic_shutdown_super()
675 * We leave the superblock on @fs_supers so it can be found by in generic_shutdown_super()
753 hlist_for_each_entry(old, &fc->fs_type->fs_supers, s_instances) { in sget_fc()
779 * Make the superblock visible on @super_blocks and @fs_supers. in sget_fc()
784 hlist_add_head(&s->s_instances, &s->s_type->fs_supers); in sget_fc()
836 hlist_for_each_entry(old, &type->fs_supers, s_instances) { in sget()
867 hlist_add_head(&s->s_instances, &type->fs_supers); in sget()
963 hlist_for_each_entry(sb, &type->fs_supers, s_instance in iterate_supers_type()
[all...]
/linux/Documentation/filesystems/
H A Dvfs.rst125 struct hlist_head fs_supers;
170 ``fs_supers``
/linux/include/linux/
H A Dfs.h2627 struct hlist_head fs_supers; member