Searched refs:ZPOOL_CONFIG_POOL_TXG (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 47 #define ZPOOL_CONFIG_POOL_TXG "txg" macro
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 315 ZPOOL_CONFIG_POOL_TXG, &oldtxg) == 0); in zpool_refresh_stats() 317 ZPOOL_CONFIG_POOL_TXG, &newtxg) == 0); in zpool_refresh_stats()
|
H A D | libzfs_import.c | 260 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_TXG, in add_config() 899 (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG, in zpool_read_label()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 390 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_TXG, in spa_config_generate()
|
H A D | vdev_label.c | 475 ZPOOL_CONFIG_POOL_TXG, &label_txg); in vdev_label_read_config() 540 nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_TXG, in vdev_inuse()
|
H A D | vdev_disk.c | 925 if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG, in vdev_disk_read_rootlabel()
|
H A D | spa.c | 2101 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_TXG, in spa_load() 3778 VERIFY(nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_TXG, in spa_alt_rootvdev() 3835 VERIFY(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_TXG, &txg) == 0); in spa_import_rootpool() 5057 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_TXG, in spa_vdev_split_mirror()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 503 #define ZPOOL_CONFIG_POOL_TXG "txg" macro
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1554 if (nvlist_lookup_value(nvlist, ZPOOL_CONFIG_POOL_TXG, &txg, in check_pool_label()
|