Lines Matching refs:s_root
420 sb->s_root && (sb->s_flags & SB_BORN)) in trylock_super()
446 if (sb->s_root) { in generic_shutdown_super()
696 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers()
730 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers_type()
770 if (sb->s_root && (sb->s_flags & SB_BORN)) in get_super()
831 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
884 if (!sb->s_root) in reconfigure_super()
944 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) && in do_emergency_remount_callback()
948 fc = fs_context_for_reconfigure(sb->s_root, in do_emergency_remount_callback()
980 if (sb->s_root && sb->s_flags & SB_BORN) { in do_thaw_all_callback()
1066 if (sb->s_root) in kill_litter_super()
1067 d_genocide(sb->s_root); in kill_litter_super()
1141 if (!sb->s_root) { in vfs_get_super()
1147 fc->root = dget(sb->s_root); in vfs_get_super()
1149 fc->root = dget(sb->s_root); in vfs_get_super()
1272 if (s->s_root) { in get_tree_bdev()
1306 fc->root = dget(s->s_root); in get_tree_bdev()
1349 if (s->s_root) { in mount_bdev()
1380 return dget(s->s_root); in mount_bdev()
1422 return dget(s->s_root); in mount_nodev()
1437 fc = fs_context_for_reconfigure(s->s_root, flags, MS_RMT_MASK); in reconfigure_single()
1466 if (!s->s_root) { in mount_single()
1477 return dget(s->s_root); in mount_single()