Home
last modified time | relevance | path

Searched refs:SB_DYING (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/fs/
Dsuper.c93 return flags & (SB_BORN | SB_DYING); in wait_born()
124 if (sb->s_flags & SB_DYING) in super_lock()
156 #define SUPER_WAKE_FLAGS (SB_BORN | SB_DYING | SB_DEAD)
608 if (!(sb->s_flags & SB_DYING) && sb->s_root && in super_trylock_shared()
723 super_wake(sb, SB_DYING); in generic_shutdown_super()
931 if (smp_load_acquire(&sb->s_flags) & SB_DYING) in __iterate_supers()
/linux-6.6.21/include/linux/
Dfs.h1132 #define SB_DYING BIT(24) macro