Searched refs:mount_fields (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/tests/ |
| H A D | disk_mount_conditioner.c | 165 disk_conditioner_info mount_fields; variable 182 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &mount_fields, 0); 208 T_ASSERT_EQ(info.maxreadcnt, mount_fields.maxreadcnt, "mount_t maxreadcnt restored"); 209 T_ASSERT_EQ(info.maxwritecnt, mount_fields.maxwritecnt, "mount_t maxwritecnt restored"); 210 T_ASSERT_EQ(info.segreadcnt, mount_fields.segreadcnt, "mount_t segreadcnt restored"); 211 T_ASSERT_EQ(info.segwritecnt, mount_fields.segwritecnt, "mount_t segwritecnt restored"); 212 T_ASSERT_EQ(info.ioqueue_depth, mount_fields.ioqueue_depth, "mount_t ioqueue_depth restored");
|