Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dsuper.c140 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 grab_super()
420 sb->s_root && (sb->s_flags & SB_BORN)) in trylock_super()
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()
768 if (sb->s_root && (sb->s_flags & SB_BORN)) in get_super()
829 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
942 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) && in do_emergency_remount_callback()
978 if (sb->s_root && sb->s_flags & SB_BORN) { in do_thaw_all_callback()
1521 sb->s_flags |= SB_BORN; in vfs_get_tree()
[all …]
/Linux-v5.15/fs/ceph/
Dsuper.c1018 if (fc->sb_flags != (sb->s_flags & ~SB_BORN)) { in ceph_compare_super()
/Linux-v5.15/fs/btrfs/
Dsuper.c168 if (!(sb->s_flags & SB_BORN)) in __btrfs_handle_fs_error()
/Linux-v5.15/include/linux/
Dfs.h1414 #define SB_BORN (1<<29) macro