Lines Matching refs:mp
20 struct fs_mount_t *mp = mount_flags_mp; in test_fs_mount_flags() local
25 mp->flags |= FS_MOUNT_FLAG_NO_FORMAT; in test_fs_mount_flags()
26 ret = fs_mount(mp); in test_fs_mount_flags()
31 mp->flags = FS_MOUNT_FLAG_READ_ONLY; in test_fs_mount_flags()
32 ret = fs_mount(mp); in test_fs_mount_flags()
37 mp->flags = 0; in test_fs_mount_flags()
38 ret = fs_mount(mp); in test_fs_mount_flags()
49 ret = fs_unmount(mp); in test_fs_mount_flags()
53 mp->flags = FS_MOUNT_FLAG_READ_ONLY; in test_fs_mount_flags()
55 ret = fs_mount(mp); in test_fs_mount_flags()
75 ret = fs_unmount(mp); in test_fs_mount_flags()