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()
691 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers()
725 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers_type()
761 if (sb->s_root && (sb->s_flags & SB_BORN)) in __get_super()
882 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
931 if (!sb->s_root) in reconfigure_super()
991 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) && in do_emergency_remount_callback()
995 fc = fs_context_for_reconfigure(sb->s_root, in do_emergency_remount_callback()
1027 if (sb->s_root && sb->s_flags & SB_BORN) { in do_thaw_all_callback()
1113 if (sb->s_root) in kill_litter_super()
1114 d_genocide(sb->s_root); in kill_litter_super()
1188 if (!sb->s_root) { in vfs_get_super()
1194 fc->root = dget(sb->s_root); in vfs_get_super()
1196 fc->root = dget(sb->s_root); in vfs_get_super()
1317 if (s->s_root) { in get_tree_bdev()
1351 fc->root = dget(s->s_root); in get_tree_bdev()
1394 if (s->s_root) { in mount_bdev()
1425 return dget(s->s_root); in mount_bdev()
1467 return dget(s->s_root); in mount_nodev()
1482 fc = fs_context_for_reconfigure(s->s_root, flags, MS_RMT_MASK); in reconfigure_single()
1511 if (!s->s_root) { in mount_single()
1522 return dget(s->s_root); in mount_single()