Searched refs:opt_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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.4.14/fs/hfs/ |
D | super.c | 195 opt_part, opt_session, opt_type, opt_creator, opt_quiet, enumerator 208 { opt_type, "type=%s" }, 311 case opt_type: in parse_options()
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 2442 enum team_option_type opt_type; in team_nl_cmd_options_set() local 2465 opt_type = TEAM_OPTION_TYPE_U32; in team_nl_cmd_options_set() 2468 opt_type = TEAM_OPTION_TYPE_STRING; in team_nl_cmd_options_set() 2471 opt_type = TEAM_OPTION_TYPE_BINARY; in team_nl_cmd_options_set() 2474 opt_type = TEAM_OPTION_TYPE_BOOL; in team_nl_cmd_options_set() 2477 opt_type = TEAM_OPTION_TYPE_S32; in team_nl_cmd_options_set() 2484 if (opt_type != TEAM_OPTION_TYPE_BOOL && !attr_data) { in team_nl_cmd_options_set() 2509 if (option->type != opt_type || in team_nl_cmd_options_set() 2517 switch (opt_type) { in team_nl_cmd_options_set()
|