Home
last modified time | relevance | path

Searched refs:fsdev_throttle_parse_opts (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/fsdev/
H A Dqemu-fsdev-throttle.h29 int fsdev_throttle_parse_opts(QemuOpts *, FsThrottle *, Error **);
H A Dqemu-fsdev-throttle.c34 int fsdev_throttle_parse_opts(QemuOpts *opts, FsThrottle *fst, Error **errp) in fsdev_throttle_parse_opts() function
/openbmc/qemu/hw/9pfs/
H A D9p-local.c1548 if (fsdev_throttle_parse_opts(opts, &fse->fst, errp)) { in local_parse_opts()