Lines Matching refs:SB_BORN
90 * that we see SB_BORN or SB_DYING after we're woken.
93 return flags & (SB_BORN | SB_DYING);
103 * creation will succeed and SB_BORN is set by vfs_get_tree() or we're
108 * Return: This returns true if SB_BORN was set, false if SB_DYING was
128 if (sb->s_flags & SB_BORN)
137 * Neither SB_BORN nor SB_DYING are ever unset so we never loop.
156 #define SUPER_WAKE_FLAGS (SB_BORN | SB_DYING | SB_DEAD)
165 * seeing SB_BORN sent.
170 * ___wait_var_event() either sees SB_BORN set or
259 * is dangerous to access it. super_trylock_shared() uses a SB_BORN check
263 if (!(sb->s_flags & SB_BORN))
567 * superblock to either become SB_BORN or for it to pass through
609 (sb->s_flags & SB_BORN))
770 * with SB_BORN and SB_ACTIVE as yet unset.
814 * It's in a nascent state and users should wait on SB_BORN or
1407 * a partially constructed state with SB_BORN and SB_ACTIVE as yet
1502 * Until SB_BORN flag is set, there can be no active superblock
1504 * just loop waiting for SB_BORN so even freeze_bdev() cannot proceed.
1571 * reference and SB_BORN is not set yet.
1623 * reference and SB_BORN is not set yet.
1769 * SB_BORN as the data dependency between the two functions is
1771 * the SB_BORN flag.
1773 super_wake(sb, SB_BORN);
1976 if (!(sb->s_flags & SB_BORN)) {