Searched refs:fs_supers (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/
H A Dsuper.c437 * Remove it from @fs_supers so it isn't found by new
670 * superblock before we removed it from @fs_supers that the superblock
671 * is dying. Every walker of @fs_supers outside of sget{_fc}() will now
674 * We leave the superblock on @fs_supers so it can be found by
741 hlist_for_each_entry(old, &fc->fs_type->fs_supers, s_instances) {
767 * Make the superblock visible on @super_blocks and @fs_supers.
772 hlist_add_head(&s->s_instances, &s->s_type->fs_supers);
824 hlist_for_each_entry(old, &type->fs_supers, s_instances) {
855 hlist_add_head(&s->s_instances, &type->fs_supers);
951 hlist_for_each_entry(sb, &type->fs_supers, s_instance
[all...]
/linux-master/include/linux/
H A Dfs.h2484 struct hlist_head fs_supers; member in struct:file_system_type

Completed in 113 milliseconds