Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dsuper.c93 return flags & (SB_BORN | SB_DYING); in wait_born()
128 if (sb->s_flags & SB_BORN) in super_lock()
156 #define SUPER_WAKE_FLAGS (SB_BORN | SB_DYING | SB_DEAD)
263 if (!(sb->s_flags & SB_BORN)) in super_cache_count()
609 (sb->s_flags & SB_BORN)) in super_trylock_shared()
1773 super_wake(sb, SB_BORN); in vfs_get_tree()
1976 if (!(sb->s_flags & SB_BORN)) { in freeze_super()
/linux-6.6.21/fs/btrfs/
Dmessages.c165 if (!(sb->s_flags & SB_BORN)) in __btrfs_handle_fs_error()
/linux-6.6.21/fs/xfs/
Dxfs_notify_failure.c187 if (!(mp->m_super->s_flags & SB_BORN)) { in xfs_dax_notify_failure()
/linux-6.6.21/fs/ceph/
Dsuper.c1242 if (fc->sb_flags != (sb->s_flags & ~SB_BORN)) { in ceph_compare_super()
/linux-6.6.21/include/linux/
Dfs.h1136 #define SB_BORN BIT(29) macro