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()
694 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers()
728 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers_type()
768 if (sb->s_root && (sb->s_flags & SB_BORN)) in get_super()
829 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
882 if (!sb->s_root) in reconfigure_super()
942 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) && in do_emergency_remount_callback()
946 fc = fs_context_for_reconfigure(sb->s_root, in do_emergency_remount_callback()
978 if (sb->s_root && sb->s_flags & SB_BORN) { in do_thaw_all_callback()
1064 if (sb->s_root) in kill_litter_super()
1065 d_genocide(sb->s_root); in kill_litter_super()
1139 if (!sb->s_root) { in vfs_get_super()
1145 fc->root = dget(sb->s_root); in vfs_get_super()
1147 fc->root = dget(sb->s_root); in vfs_get_super()
1270 if (s->s_root) { in get_tree_bdev()
1304 fc->root = dget(s->s_root); in get_tree_bdev()
1347 if (s->s_root) { in mount_bdev()
1378 return dget(s->s_root); in mount_bdev()
1420 return dget(s->s_root); in mount_nodev()
1435 fc = fs_context_for_reconfigure(s->s_root, flags, MS_RMT_MASK); in reconfigure_single()
1464 if (!s->s_root) { in mount_single()
1475 return dget(s->s_root); in mount_single()