Searched refs:ZPOOL_CONFIG_POOL_TXG (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| 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()
|
| D | libzfs_import.c | 258 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_TXG, in add_config() 897 (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG, in zpool_read_label()
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | vdev_geom.c | 282 (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG, in vdev_geom_read_config() 341 VERIFY(nvlist_lookup_uint64(cfg, ZPOOL_CONFIG_POOL_TXG, &txg) == 0); in process_vdev_config() 353 ZPOOL_CONFIG_POOL_TXG, &known_txg) == 0); in process_vdev_config()
|
| D | spa_config.c | 389 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_TXG, in spa_config_generate()
|
| 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()
|
| D | vdev_disk.c | 884 if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG, in vdev_disk_read_rootlabel()
|
| D | spa.c | 2082 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_TXG, in spa_load() 3750 VERIFY(nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_TXG, in spa_alt_rootvdev() 3807 VERIFY(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_TXG, &txg) == 0); in spa_import_rootpool() 3913 VERIFY(nvlist_lookup_uint64(configs[i], ZPOOL_CONFIG_POOL_TXG, in spa_generate_rootconf() 4024 VERIFY(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_TXG, &txg) in spa_import_rootpool() 5230 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_TXG, in spa_vdev_split_mirror()
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/ |
| D | zfs.h | 494 #define ZPOOL_CONFIG_POOL_TXG "txg" macro
|
| /freebsd-9-stable/sys/cddl/boot/zfs/ |
| D | zfsimpl.h | 589 #define ZPOOL_CONFIG_POOL_TXG "txg" macro
|
| /freebsd-9-stable/sys/boot/zfs/ |
| D | zfsimpl.c | 951 ZPOOL_CONFIG_POOL_TXG, in vdev_probe()
|