Searched refs:SB_DEAD (Results 1 – 2 of 2) sorted by relevance
156 #define SUPER_WAKE_FLAGS (SB_BORN | SB_DYING | SB_DEAD)442 if (sb->s_flags & SB_DEAD) in kill_super_notify()462 super_wake(sb, SB_DEAD); in kill_super_notify()558 return flags & SB_DEAD; in wait_dead()
1131 #define SB_DEAD BIT(21) macro