Lines Matching refs:SB_BORN
140 if (!(sb->s_flags & SB_BORN)) in super_cache_count()
390 if ((s->s_flags & SB_BORN) && atomic_inc_not_zero(&s->s_active)) { in grab_super()
420 sb->s_root && (sb->s_flags & SB_BORN)) in trylock_super()
693 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers()
727 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers_type()
763 if (sb->s_root && (sb->s_flags & SB_BORN)) in __get_super()
884 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
993 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) && in do_emergency_remount_callback()
1029 if (sb->s_root && sb->s_flags & SB_BORN) { in do_thaw_all_callback()
1572 sb->s_flags |= SB_BORN; in vfs_get_tree()
1722 if (!(sb->s_flags & SB_BORN)) { in freeze_super()