Searched refs:opt_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/hfsplus/ |
D | options.c | 22 opt_creator, opt_type, enumerator 32 { opt_type, "type=%s" }, 120 case opt_type: in hfsplus_parse_options()
|
/linux-4.1.27/fs/hfs/ |
D | super.c | 194 opt_part, opt_session, opt_type, opt_creator, opt_quiet, enumerator 207 { opt_type, "type=%s" }, 310 case opt_type: in parse_options()
|
/linux-4.1.27/drivers/net/team/ |
D | team.c | 2433 enum team_option_type opt_type; in team_nl_cmd_options_set() local 2456 opt_type = TEAM_OPTION_TYPE_U32; in team_nl_cmd_options_set() 2459 opt_type = TEAM_OPTION_TYPE_STRING; in team_nl_cmd_options_set() 2462 opt_type = TEAM_OPTION_TYPE_BINARY; in team_nl_cmd_options_set() 2465 opt_type = TEAM_OPTION_TYPE_BOOL; in team_nl_cmd_options_set() 2468 opt_type = TEAM_OPTION_TYPE_S32; in team_nl_cmd_options_set() 2475 if (opt_type != TEAM_OPTION_TYPE_BOOL && !attr_data) { in team_nl_cmd_options_set() 2500 if (option->type != opt_type || in team_nl_cmd_options_set() 2508 switch (opt_type) { in team_nl_cmd_options_set()
|