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()
764 if (sb->s_root && (sb->s_flags & SB_BORN)) in __get_super()
885 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
934 if (!sb->s_root) in reconfigure_super()
994 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) && in do_emergency_remount_callback()
998 fc = fs_context_for_reconfigure(sb->s_root, in do_emergency_remount_callback()
1030 if (sb->s_root && sb->s_flags & SB_BORN) { in do_thaw_all_callback()
1116 if (sb->s_root) in kill_litter_super()
1117 d_genocide(sb->s_root); in kill_litter_super()
1191 if (!sb->s_root) { in vfs_get_super()
1197 fc->root = dget(sb->s_root); in vfs_get_super()
1199 fc->root = dget(sb->s_root); in vfs_get_super()
1322 if (s->s_root) { in get_tree_bdev()
1356 fc->root = dget(s->s_root); in get_tree_bdev()
1399 if (s->s_root) { in mount_bdev()
1430 return dget(s->s_root); in mount_bdev()
1472 return dget(s->s_root); in mount_nodev()
1487 fc = fs_context_for_reconfigure(s->s_root, flags, MS_RMT_MASK); in reconfigure_single()
1516 if (!s->s_root) { in mount_single()
1527 return dget(s->s_root); in mount_single()