Lines Matching defs:options
114 * struct p9_rdma_opts - Collection of mount options
168 * parse_opts - parse mount options into rdma options structure
169 * @params: options string passed from mount
170 * @opts: rdma transport-specific structure to parse options into
179 char *options, *tmp_options;
196 options = tmp_options;
198 while ((p = strsep(&options, ",")) != NULL) {
569 * @opts: Mount options structure
632 * @args: Mount options string
646 /* Parse the transport specific mount options */