Searched refs:intval (Results 1 – 3 of 3) sorted by relevance
176 int token, intval, ret; in parse_fsopt_token() local183 ret = match_int(&argstr[0], &intval); in parse_fsopt_token()189 dout("got int token %d val %d\n", token, intval); in parse_fsopt_token()209 fsopt->wsize = intval; in parse_fsopt_token()212 fsopt->rsize = intval; in parse_fsopt_token()215 fsopt->rasize = intval; in parse_fsopt_token()218 fsopt->caps_wanted_delay_min = intval; in parse_fsopt_token()221 fsopt->caps_wanted_delay_max = intval; in parse_fsopt_token()224 fsopt->max_readdir = intval; in parse_fsopt_token()227 fsopt->max_readdir_bytes = intval; in parse_fsopt_token()[all …]
682 u32 intval; member
821 *wire = cpu_to_be32(response.intval); in dlm_query_join_packet_to_wire()829 response.intval = cpu_to_be32(wire); in dlm_query_join_wire_to_packet()