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

Function spa_vdev_setfru

freebsd/contrib/openzfs/module/zfs/spa.c:7893–7897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7891}
7892
7893int
7894spa_vdev_setfru(spa_t *spa, uint64_t guid, const char *newfru)
7895{
7896 return (spa_vdev_set_common(spa, guid, newfru, B_FALSE));
7897}
7898
7899/*
7900 * ==========================================================================

Callers 1

zfs_ioc_vdev_setfruFunction · 0.85

Calls 1

spa_vdev_set_commonFunction · 0.85

Tested by

no test coverage detected