Searched refs:rep_option (Results 1 – 3 of 3) sorted by relevance
323 int action = -1, rep_option = -1; in zone() 392 rep_option = zone_rep_opts[entry_num].value; in zone() 454 /*zone_options*/ (rep_option != -1) ? in zone() 455 rep_option : 0, in zone() 474 if (rep_option != -1) in zone() 475 features |= (rep_option << 8); in zone() 488 if (rep_option != -1) in zone() 489 auxiliary |= rep_option << 8; in zone() 324 int action = -1, rep_option = -1; zone() local
391 int action = -1, rep_option = -1; in main() local455 rep_option = zone_rep_opts[entry_num].value; in main()537 if (rep_option != -1) in main()538 zone_args.zone_params.report.rep_options = rep_option; in main()
572 g_zoned_rep_match(const struct disk_zone_rep_entry *z, uint8_t rep_option) in g_zoned_rep_match() argument575 switch (rep_option) { in g_zoned_rep_match()604 g_zoned_rep_option_valid(uint8_t rep_option) in g_zoned_rep_option_valid() argument607 return (rep_option <= DISK_ZONE_REP_OFFLINE || in g_zoned_rep_option_valid()608 rep_option == DISK_ZONE_REP_RWP || in g_zoned_rep_option_valid()609 rep_option == DISK_ZONE_REP_NON_SEQ || in g_zoned_rep_option_valid()610 rep_option == DISK_ZONE_REP_NON_WP); in g_zoned_rep_option_valid()