Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dsuper.c136 * is dangerous to access it. trylock_super() uses a SB_BORN check to in super_cache_count()
140 if (!(sb->s_flags & SB_BORN)) in super_cache_count()
390 if ((s->s_flags & SB_BORN) && atomic_inc_not_zero(&s->s_active)) { in __releases()
420 sb->s_root && (sb->s_flags & SB_BORN)) in trylock_super()
509 * will be returned in a partially constructed state with SB_BORN and SB_ACTIVE
694 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers()
728 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers_type()
764 if (sb->s_root && (sb->s_flags & SB_BORN)) in __get_super()
885 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
1003 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) in do_emergency_remount_callback()
[all...]
/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()
103 * creation will succeed and SB_BORN is set by vfs_get_tree() or we're
108 * Return: This returns true if SB_BORN was set, false if SB_DYING was
128 if (sb->s_flags & SB_BORN) 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)
165 * seeing SB_BORN sent. in super_wake()
170 * ___wait_var_event() either sees SB_BORN set or in super_wake()
259 * is dangerous to access it. super_trylock_shared() uses a SB_BORN chec in super_cache_count()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dmessages.c165 if (!(sb->s_flags & SB_BORN)) in __btrfs_handle_fs_error()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_notify_failure.c187 if (!(mp->m_super->s_flags & SB_BORN)) { in xfs_dax_notify_failure()
/kernel/linux/linux-5.10/fs/ceph/
H A Dsuper.c1014 if (fc->sb_flags != (sb->s_flags & ~SB_BORN)) { in ceph_compare_super()
/kernel/linux/linux-6.6/fs/ceph/
H A Dsuper.c1242 if (fc->sb_flags != (sb->s_flags & ~SB_BORN)) { in ceph_compare_super()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsuper.c168 if (!(sb->s_flags & SB_BORN)) in __btrfs_handle_fs_error()
/kernel/linux/linux-5.10/fs/fuse/
H A Ddir.c358 * FIXME: setting SB_BORN requires a write barrier for in fuse_dentry_automount()
365 sb->s_flags |= SB_BORN; in fuse_dentry_automount()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h1374 #define SB_BORN BIT(29) macro
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1136 #define SB_BORN BIT(29) macro

Completed in 25 milliseconds