Searched refs:which_strtol (Results 1 – 1 of 1) sorted by relevance
/linux/fs/lockd/ |
H A D | svc.c | 474 #define param_set_min_max(name, type, which_strtol, min, max) \ 478 __typeof__(type) num = which_strtol(val, &endp, 0); \ 481 param_set_min_max(name,type,which_strtol,min,max) global() argument
|