Lines Matching refs:SB_BORN
136 * is dangerous to access it. trylock_super() uses a SB_BORN check to
140 if (!(sb->s_flags & SB_BORN))
390 if ((s->s_flags & SB_BORN) && atomic_inc_not_zero(&s->s_active)) {
420 sb->s_root && (sb->s_flags & SB_BORN))
509 * will be returned in a partially constructed state with SB_BORN and SB_ACTIVE
694 if (sb->s_root && (sb->s_flags & SB_BORN))
728 if (sb->s_root && (sb->s_flags & SB_BORN))
764 if (sb->s_root && (sb->s_flags & SB_BORN))
885 if (sb->s_root && (sb->s_flags & SB_BORN))
1003 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) &&
1039 if (sb->s_root && sb->s_flags & SB_BORN) {
1577 * SB_BORN as the data dependency between the two functions is the
1578 * superblock structure contents that we just set up, not the SB_BORN
1582 sb->s_flags |= SB_BORN;
1730 if (!(sb->s_flags & SB_BORN)) {