Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dsuper.c798 hlist_for_each_entry(old, &fc->fs_type->fs_supers, s_instances) { in sget_fc()
829 hlist_add_head(&s->s_instances, &s->s_type->fs_supers); in sget_fc()
881 hlist_for_each_entry(old, &type->fs_supers, s_instances) { in sget()
912 hlist_add_head(&s->s_instances, &type->fs_supers); in sget()
1007 hlist_for_each_entry(sb, &type->fs_supers, s_instances) { in iterate_supers_type()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c2397 hlist_for_each_entry(old, &type->fs_supers, s_instances) { in sget()
2434 hlist_add_head(&s->s_instances, &type->fs_supers); in sget()
H A Dubifs.h403 struct hlist_head fs_supers; member
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst125 struct hlist_head fs_supers;
170 ``fs_supers``
/openbmc/linux/include/linux/
H A Dfs.h2383 struct hlist_head fs_supers; member