Lines Matching refs:s_root
417 sb->s_root && (sb->s_flags & SB_BORN)) in trylock_super()
472 if (sb->s_root) { in generic_shutdown_super()
723 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers()
757 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers_type()
797 if (sb->s_root && (sb->s_flags & SB_BORN)) in get_super()
858 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
911 if (!sb->s_root) in reconfigure_super()
971 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) && in do_emergency_remount_callback()
975 fc = fs_context_for_reconfigure(sb->s_root, in do_emergency_remount_callback()
1007 if (sb->s_root && sb->s_flags & SB_BORN) { in do_thaw_all_callback()
1093 if (sb->s_root) in kill_litter_super()
1094 d_genocide(sb->s_root); in kill_litter_super()
1168 if (!sb->s_root) { in vfs_get_super()
1174 fc->root = dget(sb->s_root); in vfs_get_super()
1176 fc->root = dget(sb->s_root); in vfs_get_super()
1299 if (s->s_root) { in get_tree_bdev()
1335 fc->root = dget(s->s_root); in get_tree_bdev()
1378 if (s->s_root) { in mount_bdev()
1411 return dget(s->s_root); in mount_bdev()
1453 return dget(s->s_root); in mount_nodev()
1468 fc = fs_context_for_reconfigure(s->s_root, flags, MS_RMT_MASK); in reconfigure_single()
1497 if (!s->s_root) { in mount_single()
1508 return dget(s->s_root); in mount_single()