Home
last modified time | relevance | path

Searched refs:log_history (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c90 static boolean_t log_history = B_TRUE; variable
875 if (log_history) { in zfs_do_clone()
877 log_history = B_FALSE; in zfs_do_clone()
1274 if (log_history) { in zfs_do_create()
1276 log_history = B_FALSE; in zfs_do_create()
2470 log_history = B_FALSE; in upgrade_set_callback()
8683 if (ret == 0 && log_history) in main()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c329 static boolean_t log_history = B_TRUE; variable
1757 log_history = B_FALSE; in zpool_do_destroy()
1783 log_history = B_FALSE; in zpool_export_one()
8687 log_history = B_FALSE; in upgrade_cb()
8794 log_history = B_FALSE; in upgrade_list_disabled_cb()
10413 log_history = 0; in main()
10425 if (ret == 0 && log_history) in main()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c6811 boolean_t log_history, zfs_ioc_poolcheck_t pool_check) in zfs_ioctl_register_legacy() argument
6823 vec->zvec_allow_log = log_history; in zfs_ioctl_register_legacy()
6860 zfs_secpolicy_func_t *secpolicy, boolean_t log_history, in zfs_ioctl_register_pool() argument
6864 POOL_NAME, log_history, pool_check); in zfs_ioctl_register_pool()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst848 * **log: Fix crash after log_history dump.**