Searched refs:zfs_nvlist_lookup_uint64 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/zfs/ |
| H A D | zfs.h | 104 int zfs_nvlist_lookup_uint64(char *nvlist, char *name,
|
| /OK3568_Linux_fs/u-boot/fs/zfs/ |
| H A D | zfs.c | 1563 zfs_nvlist_lookup_uint64(char *nvlist, char *name, uint64_t *out) in zfs_nvlist_lookup_uint64() function 1730 found = zfs_nvlist_lookup_uint64(nvlist, ZPOOL_CONFIG_POOL_STATE, in check_pool_label() 1745 found = zfs_nvlist_lookup_uint64(nvlist, ZPOOL_CONFIG_POOL_TXG, in check_pool_label() 1760 found = zfs_nvlist_lookup_uint64(nvlist, ZPOOL_CONFIG_VERSION, in check_pool_label() 1783 found = zfs_nvlist_lookup_uint64(vdevnvlist, ZPOOL_CONFIG_ASHIFT, in check_pool_label() 1792 found = zfs_nvlist_lookup_uint64(nvlist, ZPOOL_CONFIG_GUID, &diskguid); in check_pool_label() 1799 found = zfs_nvlist_lookup_uint64(nvlist, ZPOOL_CONFIG_POOL_GUID, &data->pool_guid); in check_pool_label()
|