/spdk/include/spdk/ |
H A D | tree.h | 73 #define SPLAY_HEAD(name, type) \ argument 85 #define SPLAY_ENTRY(type) \ argument 130 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 172 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 307 #define RB_HEAD(name, type) \ argument 319 #define RB_ENTRY(type) \ argument 412 #define RB_PROTOTYPE(name, type, field, cmp) \ argument 414 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument 416 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument 427 #define RB_PROTOTYPE_INSERT_COLOR(name, type, attr) \ argument [all …]
|
H A D | queue_extras.h | 128 #define STAILQ_HEAD(name, type) \ argument 159 #define STAILQ_LAST(head, type, field) \ argument 171 #define STAILQ_SWAP(head1, head2, type) do { \ argument 187 #define LIST_HEAD(name, type) \ argument 195 #define LIST_ENTRY(type) \ argument 251 #define LIST_PREV(elm, head, type, field) \ argument 255 #define LIST_SWAP(head1, head2, type, field) do { \ argument 268 #define SLIST_SWAP(head1, head2, type) do { \ argument 355 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
|
H A D | notify.h | 28 char type[SPDK_NOTIFY_MAX_NAME_SIZE]; member
|
H A D | bdev_zone.h | 60 enum spdk_bdev_zone_type type; member
|
H A D | json.h | 67 enum spdk_json_val_type type; member
|
/spdk/lib/ftl/base/ |
H A D | ftl_base_dev.c | 31 ftl_base_device_valid(const struct ftl_base_device_type *type) in ftl_base_device_valid() 37 ftl_base_device_register(struct ftl_base_device_type *type) in ftl_base_device_register() 60 struct ftl_base_device_type *type; in ftl_base_device_get_type_by_bdev() local
|
/spdk/lib/ftl/nvc/ |
H A D | ftl_nvc_dev.c | 30 ftl_nv_cache_device_valid(const struct ftl_nv_cache_device_type *type) in ftl_nv_cache_device_valid() 36 ftl_nv_cache_device_register(struct ftl_nv_cache_device_type *type) in ftl_nv_cache_device_register() 59 const struct ftl_nv_cache_device_type *type = NULL; in ftl_nv_cache_device_get_type_by_bdev() local
|
/spdk/lib/notify/ |
H A D | notify.c | 30 spdk_notify_type_register(const char *type) in spdk_notify_type_register() argument 64 spdk_notify_type_get_name(const struct spdk_notify_type * type) spdk_notify_type_get_name() argument 85 spdk_notify_send(const char * type,const char * ctx) spdk_notify_send() argument [all...] |
H A D | notify_rpc.c | 16 notify_get_types_cb(const struct spdk_notify_type *type, void *ctx) in notify_get_types_cb()
|
/spdk/lib/ftl/mngt/ |
H A D | ftl_mngt_bdev.c | 37 base_bdev_event_cb(enum spdk_bdev_event_type type, struct spdk_bdev *bdev, void *event_ctx) in base_bdev_event_cb() 161 nv_cache_bdev_event_cb(enum spdk_bdev_event_type type, struct spdk_bdev *bdev, void *event_ctx) in nv_cache_bdev_event_cb()
|
H A D | ftl_mngt_md.c | 34 is_buffer_needed(enum ftl_layout_region_type type) in is_buffer_needed() argument 151 persist(struct spdk_ftl_dev * dev,struct ftl_mngt_process * mngt,enum ftl_layout_region_type type) persist() argument 212 restore(struct spdk_ftl_dev * dev,struct ftl_mngt_process * mngt,enum ftl_layout_region_type type) restore() argument [all...] |
/spdk/test/app/fuzz/vhost_fuzz/ |
H A D | example.json | 55 "type": 3, number 73 "type": 3, number 91 "type": 2, number
|
/spdk/lib/ftl/utils/ |
H A D | ftl_layout_tracker_bdev.h | 17 uint32_t type; member
|
H A D | ftl_log.h | 12 #define FTL_LOG_COMMON(type, dev, format, ...) \ argument
|
/spdk/module/accel/error/ |
H A D | accel_error.h | 19 enum accel_error_inject_type type; member
|
H A D | accel_error_rpc.c | 40 enum accel_error_inject_type *type = out; in rpc_accel_error_decode_type() local
|
/spdk/module/blobfs/bdev/ |
H A D | blobfs_bdev.c | 26 blobfs_bdev_event_cb(enum spdk_bdev_event_type type, struct spdk_bdev *bdev, in blobfs_bdev_event_cb() 241 blobfs_bdev_fuse_event_cb(enum spdk_bdev_event_type type, struct spdk_bdev *bdev, in blobfs_bdev_fuse_event_cb()
|
/spdk/lib/iscsi/ |
H A D | param.h | 31 int type; member
|
H A D | param.c | 102 const char *val, const char *list, int type) in iscsi_param_add() 398 int type; member 900 int type; in iscsi_negotiate_params() local
|
/spdk/lib/ftl/ |
H A D | ftl_writer.c | 13 uint64_t limit, enum ftl_band_type type) in ftl_writer_init()
|
H A D | ftl_trace.h | 46 #define ftl_trace_completion(dev, io, type) argument
|
/spdk/module/bdev/split/ |
H A D | vbdev_split_rpc.c | 26 dummy_bdev_event_cb(enum spdk_bdev_event_type type, struct spdk_bdev *bdev, void *ctx) in dummy_bdev_event_cb()
|
/spdk/lib/ftl/upgrade/ |
H A D | ftl_trim_upgrade.c | 46 uint32_t type) in v0_to_v1_upgrade_setup_ctx()
|
H A D | ftl_p2l_upgrade.c | 44 v2_upgrade_setup_ctx(struct spdk_ftl_dev *dev, struct ftl_layout_upgrade_ctx *lctx, uint32_t type) in v2_upgrade_setup_ctx()
|
H A D | ftl_chunk_upgrade.c | 58 uint32_t type) in v1_to_v2_upgrade_setup_ctx()
|