Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dsuper.c137 if (!(sb->s_flags & SB_BORN)) in super_cache_count()
384 if ((s->s_flags & SB_BORN) && atomic_inc_not_zero(&s->s_active)) { in grab_super()
414 sb->s_root && (sb->s_flags & SB_BORN)) in trylock_super()
632 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers()
666 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers_type()
702 if (sb->s_root && (sb->s_flags & SB_BORN)) in __get_super()
823 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
922 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) && in do_emergency_remount_callback()
953 if (sb->s_root && sb->s_flags & SB_BORN) { in do_thaw_all_callback()
1277 sb->s_flags |= SB_BORN; in mount_fs()
[all …]
/Linux-v4.19/fs/btrfs/
Dsuper.c140 if (!(sb->s_flags & SB_BORN)) in __btrfs_handle_fs_error()
/Linux-v4.19/include/linux/
Dfs.h1317 #define SB_BORN (1<<29) macro