Searched refs:stripe_size (Results 1 – 9 of 9) sorted by relevance
| /trueos/usr.sbin/mfiutil/ |
| HD | mfi_config.c | 452 int raid_type, long stripe_size, struct config_id_state *state, int verbose) in build_volume() argument 525 ld->params.stripe_size = ffs(stripe_size) - 1 - 9; in build_volume() 556 long stripe_size; in create_volume() local 622 stripe_size = 64 * 1024; in create_volume() 632 stripe_size = dehumanize(optarg); in create_volume() 633 if ((stripe_size < 512) || (!powerof2(stripe_size))) in create_volume() 634 stripe_size = 64 * 1024; in create_volume() 809 &arrays[i * arrays_per_volume], raid_type, stripe_size, in create_volume() 1172 printf(" stripe size: %u\n", ld->params.stripe_size); in dump_config()
|
| HD | mfi_foreign.c | 160 ld->params.stripe_size); in foreign_show_cfg()
|
| HD | mfi_show.c | 306 info->ld_config.params.stripe_size); in print_ld()
|
| /trueos/usr.sbin/mptutil/ |
| HD | mpt_config.c | 496 build_volume(int fd, struct volume_info *info, int raid_type, long stripe_size, in build_volume() argument 557 vol->StripeSize = stripe_size / 512; in build_volume() 566 vol->StripeSize = stripe_size / 512; in build_volume() 618 long stripe_size; in create_volume() local 656 stripe_size = 64 * 1024; in create_volume() 669 stripe_size = dehumanize(optarg); in create_volume() 670 if ((stripe_size < 512) || (!powerof2(stripe_size))) { in create_volume() 721 vol = build_volume(fd, info, raid_type, stripe_size, &state, verbose); in create_volume()
|
| /trueos/sys/dev/mly/ |
| HD | mlyreg.h | 278 u_int8_t stripe_size; /* see 8.3 */ member 689 u_int8_t stripe_size; /* see 8.3 */ member 915 u_int8_t stripe_size; /* see 8.3 */ member
|
| /trueos/sys/dev/mps/ |
| HD | mps_config.c | 381 uint32_t stripe_size, phys_disk_page_address; in mps_wd_config_pages() local 449 stripe_size = raid_vol_pg0->StripeSize; in mps_wd_config_pages() 451 if (stripe_size & 1) in mps_wd_config_pages() 454 stripe_size >>= 1; in mps_wd_config_pages()
|
| /trueos/sys/dev/twe/ |
| HD | twereg.h | 476 u_int8_t stripe_size; member
|
| HD | twe.c | 262 dr->td_stripe = ud->stripe_size; in twe_add_unit()
|
| /trueos/sys/dev/mfi/ |
| HD | mfireg.h | 769 uint8_t stripe_size; member 1234 uint8_t stripe_size; member
|