Home
last modified time | relevance | path

Searched refs:MS_SILENT (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmount.h29 #define MS_SILENT 32768 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h29 #define MS_SILENT 32768 macro
/openbmc/linux/drivers/base/
H A Ddevtmpfs.c35 #define DEVTMPFS_MFLAGS (MS_SILENT | MS_NOEXEC | MS_NOSUID)
37 #define DEVTMPFS_MFLAGS (MS_SILENT)
/openbmc/linux/security/apparmor/
H A Dmount.c55 if (flags & MS_SILENT) in audit_mnt_flags()
470 flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | in aa_mount_change_type()
/openbmc/linux/init/
H A Ddo_mounts.c31 int root_mountflags = MS_RDONLY | MS_SILENT;
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c1344 c->probing = !!(c->vfs_sb->s_flags & MS_SILENT); in mount_ubifs()
2494 err = ubifs_fill_super(sb, data, flags & MS_SILENT ? 1 : 0); in ubifs_mount()
H A Dubifs.h490 #define MS_SILENT 32768 macro
/openbmc/linux/fs/
H A Dnamespace.c2529 int type = ms_flags & ~(MS_REC | MS_SILENT); in flags_to_propagation_type()