Home
last modified time | relevance | path

Searched refs:SB_DEAD (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/
H A Dsuper.c156 #define SUPER_WAKE_FLAGS (SB_BORN | SB_DYING | SB_DEAD)
442 if (sb->s_flags & SB_DEAD) in kill_super_notify()
450 * SB_DEAD. in kill_super_notify()
460 * for SB_DEAD. in kill_super_notify()
462 super_wake(sb, SB_DEAD); in kill_super_notify()
555 * that we see SB_DEAD after we're woken. in wait_dead()
558 return flags & SB_DEAD; in wait_dead()
568 * sb->kill() and be marked as SB_DEAD.
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1131 #define SB_DEAD BIT(21) macro

Completed in 8 milliseconds