Home
last modified time | relevance | path

Searched refs:cfs_expr_list_parse (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_string.h100 int cfs_expr_list_parse(char *str, int len, unsigned min, unsigned max,
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_string.c489 cfs_expr_list_parse(char *str, int len, unsigned min, unsigned max, in cfs_expr_list_parse() function
542 EXPORT_SYMBOL(cfs_expr_list_parse);
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dnidstrings.c835 rc = cfs_expr_list_parse(res.ls_str, res.ls_len, 0, 255, &el); in cfs_ip_addr_parse()
930 rc = cfs_expr_list_parse(str, len, 0, MAX_NUMERIC_VALUE, &el); in libcfs_num_parse()
Dconfig.c237 rc = cfs_expr_list_parse(square, tmp - square + 1, in lnet_parse_networks()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c698 rc = cfs_expr_list_parse(ptlrpcd_cpts, in ptlrpcd_init()
Dservice.c569 rc = cfs_expr_list_parse(cconf->cc_pattern, in ptlrpc_register_service()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-cpu.c910 if (cfs_expr_list_parse(str, (bracket - str) + 1, in cfs_cpt_table_create_pattern()