Lines Matching refs:SB_DYING
90 * that we see SB_BORN or SB_DYING after we're woken.
93 return flags & (SB_BORN | SB_DYING);
104 * woken and we'll see SB_DYING.
108 * Return: This returns true if SB_BORN was set, false if SB_DYING was
124 if (sb->s_flags & SB_DYING)
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)
449 * already see SB_DYING and will wait until we notify them about
459 * will see SB_DYING and either discard the superblock or wait
608 if (!(sb->s_flags & SB_DYING) && sb->s_root &&
723 super_wake(sb, SB_DYING);
815 * SB_DYING to be set.
931 if (smp_load_acquire(&sb->s_flags) & SB_DYING)