Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dsuper.c377 * had just found a superblock in super_blocks or fs_type->fs_supers
382 * called for superblocks not in rundown mode (== ones still on ->fs_supers
524 hlist_for_each_entry(old, &fc->fs_type->fs_supers, s_instances) { in sget_fc()
550 hlist_add_head(&s->s_instances, &s->s_type->fs_supers); in sget_fc()
598 hlist_for_each_entry(old, &type->fs_supers, s_instances) { in sget()
629 hlist_add_head(&s->s_instances, &type->fs_supers); in sget()
723 hlist_for_each_entry(sb, &type->fs_supers, s_instances) { in iterate_supers_type()
/kernel/linux/linux-6.6/fs/
H A Dsuper.c446 * Remove it from @fs_supers so it isn't found by new in kill_super_notify()
525 * had just found a superblock in super_blocks or fs_type->fs_supers
530 * called for superblocks not in rundown mode (== ones still on ->fs_supers
716 * superblock before we removed it from @fs_supers that the superblock in generic_shutdown_super()
717 * is dying. Every walker of @fs_supers outside of sget{_fc}() will now in generic_shutdown_super()
720 * We leave the superblock on @fs_supers so it can be found by in generic_shutdown_super()
787 hlist_for_each_entry(old, &fc->fs_type->fs_supers, s_instances) { in sget_fc()
813 * Make the superblock visible on @super_blocks and @fs_supers. in sget_fc()
818 hlist_add_head(&s->s_instances, &s->s_type->fs_supers); in sget_fc()
870 hlist_for_each_entry(old, &type->fs_supers, s_instance in sget()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h2313 struct hlist_head fs_supers; member
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h2377 struct hlist_head fs_supers; member

Completed in 16 milliseconds