Home
last modified time | relevance | path

Searched refs:zfs_nvlist_lookup_uint64 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/zfs/
H A Dzfs.h103 int zfs_nvlist_lookup_uint64(char *nvlist, char *name,
/openbmc/u-boot/fs/zfs/
H A Dzfs.c1562 zfs_nvlist_lookup_uint64(char *nvlist, char *name, uint64_t *out) in zfs_nvlist_lookup_uint64() function
1729 found = zfs_nvlist_lookup_uint64(nvlist, ZPOOL_CONFIG_POOL_STATE, in check_pool_label()
1744 found = zfs_nvlist_lookup_uint64(nvlist, ZPOOL_CONFIG_POOL_TXG, in check_pool_label()
1759 found = zfs_nvlist_lookup_uint64(nvlist, ZPOOL_CONFIG_VERSION, in check_pool_label()
1782 found = zfs_nvlist_lookup_uint64(vdevnvlist, ZPOOL_CONFIG_ASHIFT, in check_pool_label()
1791 found = zfs_nvlist_lookup_uint64(nvlist, ZPOOL_CONFIG_GUID, &diskguid); in check_pool_label()
1798 found = zfs_nvlist_lookup_uint64(nvlist, ZPOOL_CONFIG_POOL_GUID, &data->pool_guid); in check_pool_label()