Searched defs:parse_opts (Results 1 - 3 of 3) sorted by relevance

/net/9p/
H A Dtrans_rdma.c161 * parse_opts - parse mount options into rdma options structure
167 static int parse_opts(char *params, struct p9_rdma_opts *opts) function
627 err = parse_opts(args, &opts);
H A Dtrans_fd.c720 * parse_opts - parse mount options into p9_fd_opts structure
727 static int parse_opts(char *params, struct p9_fd_opts *opts) function
931 err = parse_opts(args, &opts);
1018 parse_opts(args, &opts);
H A Dclient.c121 static int parse_opts(char *opts, struct p9_client *clnt) function
1020 err = parse_opts(options, clnt);

Completed in 22 milliseconds