Searched refs:MS_REMOUNT (Results 1 – 4 of 4) sorted by relevance
231 MS_REMOUNT | MS_BIND | remount_flags, NULL) != 0) { in test_unpriv_remount()238 MS_REMOUNT | MS_BIND | invalid_flags, NULL) == 0) { in test_unpriv_remount()304 MS_REMOUNT | MS_BIND | orig_mnt_flags , NULL); in test_priv_mount_unpriv_remount()
212 if (mount("testing", TMP, "ramfs", MS_REMOUNT|MS_NOSYMFOLLOW, NULL) != 0) in main()
18 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */ macro
101 remount ? MS_REMOUNT : 0, opt); in mount_fs_opt()