Lines Matching refs:s_root
414 sb->s_root && (sb->s_flags & SB_BORN)) in trylock_super()
440 if (sb->s_root) { in generic_shutdown_super()
632 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers()
666 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers_type()
702 if (sb->s_root && (sb->s_flags & SB_BORN)) in __get_super()
823 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
865 if (!sb->s_root) in do_remount_sb()
922 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) && in do_emergency_remount_callback()
953 if (sb->s_root && sb->s_flags & SB_BORN) { in do_thaw_all_callback()
1039 if (sb->s_root) in kill_litter_super()
1040 d_genocide(sb->s_root); in kill_litter_super()
1073 if (!sb->s_root) { in mount_ns()
1084 return dget(sb->s_root); in mount_ns()
1137 if (s->s_root) { in mount_bdev()
1168 return dget(s->s_root); in mount_bdev()
1210 return dget(s->s_root); in mount_nodev()
1229 if (!s->s_root) { in mount_single()
1239 return dget(s->s_root); in mount_single()