Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/
H A Dsuper.c90 * that we see SB_BORN or SB_DYING after we're woken. in wait_born()
93 return flags & (SB_BORN | SB_DYING); in wait_born()
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) in super_lock()
137 * Neither SB_BORN nor SB_DYING are ever unset so we never loop. in super_lock()
156 #define SUPER_WAKE_FLAGS (SB_BORN | SB_DYING | SB_DEAD)
449 * already see SB_DYING and will wait until we notify them about in kill_super_notify()
459 * will see SB_DYING and either discard the superblock or wait in kill_super_notify()
608 if (!(sb->s_flags & SB_DYING) in super_trylock_shared()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1132 #define SB_DYING BIT(24) macro

Completed in 8 milliseconds