Searched refs:intval (Results 1 – 3 of 3) sorted by relevance
196 int token, intval, ret; in parse_fsopt_token() local203 ret = match_int(&argstr[0], &intval); in parse_fsopt_token()209 dout("got int token %d val %d\n", token, intval); in parse_fsopt_token()249 if (intval < PAGE_SIZE || intval > CEPH_MAX_WRITE_SIZE) in parse_fsopt_token()251 fsopt->wsize = ALIGN(intval, PAGE_SIZE); in parse_fsopt_token()254 if (intval < PAGE_SIZE || intval > CEPH_MAX_READ_SIZE) in parse_fsopt_token()256 fsopt->rsize = ALIGN(intval, PAGE_SIZE); in parse_fsopt_token()259 if (intval < 0) in parse_fsopt_token()261 fsopt->rasize = ALIGN(intval, PAGE_SIZE); in parse_fsopt_token()264 if (intval < 1) in parse_fsopt_token()[all …]
673 __be32 intval; member
783 *wire = be32_to_cpu(response.intval); in dlm_query_join_packet_to_wire()791 response.intval = cpu_to_be32(wire); in dlm_query_join_wire_to_packet()