Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dsuper.c139 if (!(sb->s_flags & SB_BORN)) in super_cache_count()
386 if ((s->s_flags & SB_BORN) && atomic_inc_not_zero(&s->s_active)) { in grab_super()
416 sb->s_root && (sb->s_flags & SB_BORN)) in trylock_super()
735 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers()
769 if (sb->s_root && (sb->s_flags & SB_BORN)) in iterate_supers_type()
809 if (sb->s_root && (sb->s_flags & SB_BORN)) in get_super()
870 if (sb->s_root && (sb->s_flags & SB_BORN)) in user_get_super()
983 if (sb->s_root && sb->s_bdev && (sb->s_flags & SB_BORN) && in do_emergency_remount_callback()
1019 if (sb->s_root && sb->s_flags & SB_BORN) { in do_thaw_all_callback()
1524 sb->s_flags |= SB_BORN; in vfs_get_tree()
[all …]
/linux-6.3-rc2/fs/btrfs/
A Dmessages.c161 if (!(sb->s_flags & SB_BORN)) in __btrfs_handle_fs_error()
/linux-6.3-rc2/fs/xfs/
A Dxfs_notify_failure.c186 if (!(mp->m_super->s_flags & SB_BORN)) { in xfs_dax_notify_failure()
/linux-6.3-rc2/fs/ceph/
A Dsuper.c1156 if (fc->sb_flags != (sb->s_flags & ~SB_BORN)) { in ceph_compare_super()
/linux-6.3-rc2/include/linux/
A Dfs.h1082 #define SB_BORN (1<<29) macro

Completed in 21 milliseconds