Searched refs:fsdev_throttle_parse_opts (Results 1 – 3 of 3) sorted by relevance
29 int fsdev_throttle_parse_opts(QemuOpts *, FsThrottle *, Error **);
34 int fsdev_throttle_parse_opts(QemuOpts *opts, FsThrottle *fst, Error **errp) in fsdev_throttle_parse_opts() function
1548 if (fsdev_throttle_parse_opts(opts, &fse->fst, errp)) { in local_parse_opts()