Searched refs:SB_BORN (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_notify_failure.c269 if (!(mp->m_super->s_flags & SB_BORN)) {
/linux-master/fs/btrfs/
H A Dmessages.c163 if (!(sb->s_flags & SB_BORN))
/linux-master/fs/
H A Dsuper.c100 * creation will succeed and SB_BORN is set by vfs_get_tree() or we're
105 * Return: The function returns true if SB_BORN was set and with
114 wait_var_event(&sb->s_flags, super_flags(sb, SB_BORN | SB_DYING));
132 WARN_ON_ONCE(!(sb->s_flags & SB_BORN));
149 #define SUPER_WAKE_FLAGS (SB_BORN | SB_DYING | SB_DEAD)
158 * seeing SB_BORN sent.
163 * ___wait_var_event() either sees SB_BORN set or
252 * is dangerous to access it. super_trylock_shared() uses a SB_BORN check
256 if (!(sb->s_flags & SB_BORN))
517 * superblock to either become SB_BORN o
[all...]
/linux-master/fs/ceph/
H A Dsuper.c1249 if (fc->sb_flags != (sb->s_flags & ~SB_BORN)) {
/linux-master/include/linux/
H A Dfs.h1150 #define SB_BORN BIT(29) macro

Completed in 222 milliseconds