mount_flags       347 fs/affs/super.c 	unsigned long		 mount_flags;
mount_flags       375 fs/affs/super.c 				sbi->s_volume, &mount_flags)) {
mount_flags       381 fs/affs/super.c 	sbi->s_flags   = mount_flags;
mount_flags       510 fs/affs/super.c 	if (affs_test_opt(mount_flags, SF_VERBOSE)) {
mount_flags       562 fs/affs/super.c 	unsigned long		 mount_flags;
mount_flags       575 fs/affs/super.c 			   &mount_flags)) {
mount_flags       582 fs/affs/super.c 	sbi->s_flags = mount_flags;
mount_flags      1431 fs/reiserfs/super.c static int reiserfs_remount(struct super_block *s, int *mount_flags, char *arg)
mount_flags      1519 fs/reiserfs/super.c 	if (*mount_flags & SB_RDONLY) {
mount_flags      1521 fs/reiserfs/super.c 		reiserfs_xattr_init(s, *mount_flags);
mount_flags      1551 fs/reiserfs/super.c 			reiserfs_xattr_init(s, *mount_flags);
mount_flags      1588 fs/reiserfs/super.c 	if (!(*mount_flags & SB_RDONLY)) {
mount_flags      1593 fs/reiserfs/super.c 		reiserfs_xattr_init(s, *mount_flags);
mount_flags       993 fs/reiserfs/xattr.c int reiserfs_xattr_init(struct super_block *s, int mount_flags)
mount_flags      1002 fs/reiserfs/xattr.c 	if (d_really_is_negative(privroot) && !(mount_flags & SB_RDONLY)) {
mount_flags        15 fs/reiserfs/xattr.h int reiserfs_xattr_init(struct super_block *sb, int mount_flags);
mount_flags      1308 fs/ufs/super.c static int ufs_remount (struct super_block *sb, int *mount_flags, char *data)
mount_flags      1342 fs/ufs/super.c 	if ((bool)(*mount_flags & SB_RDONLY) == sb_rdonly(sb)) {
mount_flags      1351 fs/ufs/super.c 	if (*mount_flags & SB_RDONLY) {
mount_flags        17 tools/perf/trace/beauty/mount_flags.c 	static DEFINE_STRARRAY(mount_flags, "MS_");
mount_flags       183 tools/testing/selftests/mount/unprivileged-remount-test.c 			 int mount_flags, int remount_flags, int invalid_flags)
mount_flags       216 tools/testing/selftests/mount/unprivileged-remount-test.c 	if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) {
mount_flags       246 tools/testing/selftests/mount/unprivileged-remount-test.c static bool test_unpriv_remount_simple(int mount_flags)
mount_flags       248 tools/testing/selftests/mount/unprivileged-remount-test.c 	return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags, 0);
mount_flags       251 tools/testing/selftests/mount/unprivileged-remount-test.c static bool test_unpriv_remount_atime(int mount_flags, int invalid_flags)
mount_flags       253 tools/testing/selftests/mount/unprivileged-remount-test.c 	return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags,