Home
last modified time | relevance | path

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

/Linux-v5.4/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()
691 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers()
725 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers_type()
761 if (sb->s_root && (sb->s_flags & SB_BORN)) in __get_super()
882 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
991 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) && in do_emergency_remount_callback()
1027 if (sb->s_root && sb->s_flags & SB_BORN) { in do_thaw_all_callback()
1568 sb->s_flags |= SB_BORN; in vfs_get_tree()
[all …]
/Linux-v5.4/fs/btrfs/
Dsuper.c143 if (!(sb->s_flags & SB_BORN)) in __btrfs_handle_fs_error()
/Linux-v5.4/include/linux/
Dfs.h1381 #define SB_BORN (1<<29) macro