Searched refs:SB_BORN (Results 1 – 4 of 4) sorted by relevance
100 * creation will succeed and SB_BORN is set by vfs_get_tree() or we're105 * Return: The function returns true if SB_BORN was set and with114 wait_var_event(&sb->s_flags, super_flags(sb, SB_BORN | SB_DYING)); in super_lock() 132 WARN_ON_ONCE(!(sb->s_flags & SB_BORN)); in super_lock() 149 #define SUPER_WAKE_FLAGS (SB_BORN | SB_DYING | SB_DEAD)158 * seeing SB_BORN sent. in super_wake() 163 * ___wait_var_event() either sees SB_BORN set or in super_wake() 252 * is dangerous to access it. super_trylock_shared() uses a SB_BORN check in super_cache_count() 256 if (!(sb->s_flags & SB_BORN)) in super_cache_count() 518 * superblock to either become SB_BORN o[all...]
374 if (!(mp->m_super->s_flags & SB_BORN)) { in xfs_dax_notify_failure()
1261 if (fc->sb_flags != (sb->s_flags & ~SB_BORN)) { in ceph_compare_super()
1256 #define SB_BORN BIT(29) macro