Searched defs:o (Results 1 – 4 of 4) sorted by relevance
/spdk/test/json_config/ |
H A D | config_filter.py | 13 def sort_json_object(o): argument 110 o = json.loads('{ "the_object": ' + sys.stdin.read() + ' }') global() variable
|
/spdk/lib/lvol/ |
H A D | lvol.c | 618 spdk_lvs_opts_init(struct spdk_lvs_opts *o) in spdk_lvs_opts_init() argument 664 setup_lvs_opts(struct spdk_bs_opts * bs_opts,struct spdk_lvs_opts * o,uint32_t total_clusters,void * esnap_ctx) setup_lvs_opts() argument 678 spdk_lvs_init(struct spdk_bs_dev * bs_dev,struct spdk_lvs_opts * o,spdk_lvs_op_with_handle_complete cb_fn,void * cb_arg) spdk_lvs_init() argument [all...] |
/spdk/test/unit/lib/lvol/lvol.c/ |
H A D | lvol_ut.c | 182 spdk_bs_grow(struct spdk_bs_dev *dev, struct spdk_bs_opts *o, in spdk_bs_grow() argument 353 spdk_bs_init(struct spdk_bs_dev * dev,struct spdk_bs_opts * o,spdk_bs_op_with_handle_complete cb_fn,void * cb_arg) spdk_bs_init() argument
|
/spdk/test/unit/lib/bdev/vbdev_lvol.c/ |
H A D | vbdev_lvol_ut.c | 466 spdk_lvs_init(struct spdk_bs_dev *bs_dev, struct spdk_lvs_opts *o, in spdk_lvs_init() argument
|