Home
last modified time | relevance | path

Searched defs:file (Results 1 – 22 of 22) sorted by relevance

/spdk/lib/util/
H A Dfile.c9 spdk_posix_file_load(FILE * file,size_t * size) spdk_posix_file_load() argument
48 FILE *file = fopen(file_name, "r"); spdk_posix_file_load_from_name() local
[all...]
/spdk/module/blobfs/bdev/
H A Dblobfs_fuse.c82 struct spdk_file *file; in fuse_readdir() local
115 struct spdk_file *file; in fuse_truncate() local
142 struct spdk_file *file; in fuse_open() local
157 struct spdk_file *file = (struct spdk_file *)info->fh; in fuse_release() local
165 struct spdk_file *file = (struct spdk_file *)info->fh; in fuse_read() local
174 struct spdk_file *file = (struct spdk_file *)info->fh; in fuse_write() local
/spdk/lib/log/
H A Dlog.c102 spdk_log(enum spdk_log_level level,const char * file,const int line,const char * func,const char * format,...) spdk_log() argument
135 spdk_vlog(enum spdk_log_level level,const char * file,const int line,const char * func,const char * format,va_list ap) spdk_vlog() argument
193 spdk_vflog(FILE * fp,const char * file,const int line,const char * func,const char * format,va_list ap) spdk_vflog() argument
213 spdk_flog(FILE * fp,const char * file,const int line,const char * func,const char * format,...) spdk_flog() argument
[all...]
H A Dlog_deprecated.c77 spdk_log_deprecated(struct spdk_deprecation *dep, const char *file, uint32_t line, const char *func) in spdk_log_deprecated() argument
/spdk/scripts/bpf/
H A Dtrace.py74 def __init__(self, probes, file=None): argument
88 def _parse(self, file): argument
205 def __init__(self, file): argument
339 def __init__(self, file): argument
427 def __init__(self, file): argument
576 def build_dtrace(file=None): argument
/spdk/lib/rocksdb/
H A Denv_spdk.cc110 SpdkSequentialFile(struct spdk_file *file) : mFile(file), mOffset(0) {} in SpdkSequentialFile()
159 SpdkRandomAccessFile(struct spdk_file *file) : mFile(file) {} in SpdkRandomAccessFile()
201 SpdkWritableFile(struct spdk_file *file) : mFile(file), mSize(0) {} in SpdkWritableFile()
378 struct spdk_file *file; in NewSequentialFile() local
407 struct spdk_file *file; in NewRandomAccessFile() local
431 struct spdk_file *file; in NewWritableFile() local
556 struct spdk_file *file; in GetChildren() local
719 struct spdk_file *file; in ~SpdkEnv() local
/spdk/module/env_dpdk/
H A Denv_dpdk_rpc.c15 FILE *file = NULL; in rpc_env_dpdk_get_mem_stats() local
/spdk/scripts/perf/nvmf/
H A Dcommon.py14 def read_json_stats(file): argument
/spdk/test/unit/lib/log/log.c/
H A Dlog_ut.c77 log_deprecations(int level, const char *file, const int line, const char *func, in log_deprecations() argument
/spdk/test/unit/lib/blobfs/blobfs_async_ut/
H A Dblobfs_async_ut.c94 struct spdk_file *file; in fs_open() local
261 struct spdk_file *file, *file2, *file_iter; in fs_rename() local
/spdk/module/keyring/file/
H A Dkeyring.c90 FILE *file; keyring_file_get_key() local
/spdk/test/unit/lib/init/rpc.c/
H A Drpc_ut.c39 spdk_jsonrpc_set_log_file(FILE *file) in spdk_jsonrpc_set_log_file()
/spdk/lib/virtio/
H A Dvirtio_vhost_user.c283 struct vhost_vring_file *file = 0; in vhost_user_sock() local
492 struct vhost_vring_file file; in virtio_user_create_queue() local
520 struct vhost_vring_file file; virtio_user_kick_queue() local
[all...]
/spdk/lib/conf/
H A Dconf.c32 char *file; member
591 spdk_conf_read(struct spdk_conf *cp, const char *file) in spdk_conf_read()
/spdk/test/app/fuzz/common/
H A Dfuzz_common.h164 fuzz_parse_args_into_array(const char *file, void **arr, size_t ele_size, const char *obj_name, in fuzz_parse_args_into_array()
/spdk/lib/jsonrpc/
H A Djsonrpc_server.c29 spdk_jsonrpc_set_log_file(FILE *file) in spdk_jsonrpc_set_log_file()
/spdk/test/unit/lib/blobfs/blobfs_sync_ut/
H A Dblobfs_sync_ut.c542 struct spdk_file *file; in fs_delete_file_without_close() local
/spdk/lib/trace_parser/
H A Dtrace.cpp69 const spdk_trace_file *file() const { return _trace_file; } file() function
[all...]
/spdk/test/lvol/esnap/
H A Desnap.c182 const char *file, int line) in _verify() argument
/spdk/module/bdev/uring/
H A Dbdev_uring.c360 FILE *file; bdev_uring_read_sysfs_attr() local
/spdk/lib/nvmf/
H A Dsubsystem.c2559 const char *file = ns->ptpl_file; nvmf_ns_reservation_load_json() local
2705 char *file = cb_ctx; nvmf_ns_json_write_cb() local
2724 const char *file = ns->ptpl_file; nvmf_ns_reservation_update_json() local
[all...]
/spdk/lib/ublk/
H A Dublk.c557 FILE *file; ublk_get_max_support_devs() local