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

Function zap_remove_int

freebsd/contrib/openzfs/module/zfs/zap.c:1130–1137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1128}
1129
1130int
1131zap_remove_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx)
1132{
1133 char name[20];
1134
1135 (void) snprintf(name, sizeof (name), "%llx", (longlong_t)value);
1136 return (zap_remove(os, obj, name, tx));
1137}
1138
1139int
1140zap_lookup_int(objset_t *os, uint64_t obj, uint64_t value)

Callers 15

zfs_rmnodeFunction · 0.85
zfs_linkFunction · 0.85
zfs_rmnodeFunction · 0.85
spa_cleanup_old_sm_logsFunction · 0.85
dsl_dataset_promote_syncFunction · 0.85
vdev_destroy_unlink_zapFunction · 0.85
dsl_deadlist_remove_keyFunction · 0.85
dsl_deadlist_clear_entryFunction · 0.85
dsl_deadlist_mergeFunction · 0.85
dsl_deadlist_move_bpobjFunction · 0.85

Calls 2

snprintfFunction · 0.85
zap_removeFunction · 0.85

Tested by

no test coverage detected