MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ddt_object_name

Function ddt_object_name

freebsd/contrib/openzfs/module/zfs/ddt.c:252–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void
253ddt_object_name(ddt_t *ddt, enum ddt_type type, enum ddt_class class,
254 char *name)
255{
256 (void) snprintf(name, DDT_NAMELEN, DMU_POOL_DDT,
257 zio_checksum_table[ddt->ddt_checksum].ci_name,
258 ddt_ops[type]->ddt_op_name, ddt_class_name[class]);
259}
260
261void
262ddt_bp_fill(const ddt_phys_t *ddp, blkptr_t *bp, uint64_t txg)

Callers 5

ddt_object_createFunction · 0.85
ddt_object_destroyFunction · 0.85
ddt_object_loadFunction · 0.85
ddt_object_syncFunction · 0.85
dump_ddtFunction · 0.85

Calls 1

snprintfFunction · 0.85

Tested by

no test coverage detected