Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dsuper.c356 if ((s->s_flags & MS_BORN) && atomic_inc_not_zero(&s->s_active)) { in grab_super()
386 sb->s_root && (sb->s_flags & MS_BORN)) in trylock_super()
534 if (sb->s_root && (sb->s_flags & MS_BORN)) in iterate_supers()
568 if (sb->s_root && (sb->s_flags & MS_BORN)) in iterate_supers_type()
609 if (sb->s_root && (sb->s_flags & MS_BORN)) in get_super()
692 if (sb->s_root && (sb->s_flags & MS_BORN)) in user_get_super()
799 if (sb->s_root && sb->s_bdev && (sb->s_flags & MS_BORN) && in do_emergency_remount()
1132 sb->s_flags |= MS_BORN; in mount_fs()
1287 if (!(sb->s_flags & MS_BORN)) { in freeze_super()
Dnamespace.c2711 flags &= ~(MS_NOSUID | MS_NOEXEC | MS_NODEV | MS_ACTIVE | MS_BORN | in do_mount()
/linux-4.4.14/include/uapi/linux/
Dfs.h97 #define MS_BORN (1<<29) macro
/linux-4.4.14/fs/btrfs/
Dsuper.c175 if (sb->s_flags & MS_BORN) in __btrfs_std_error()