Searched refs:cfs_range_expr_parse (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/lustre/lustre/libcfs/ |
D | libcfs_string.c | 262 cfs_range_expr_parse(struct cfs_lstr *src, unsigned min, unsigned max, in cfs_range_expr_parse() function 520 rc = cfs_range_expr_parse(&tok, min, max, 1, &expr); in cfs_expr_list_parse() 528 rc = cfs_range_expr_parse(&src, min, max, 0, &expr); in cfs_expr_list_parse()
|