Home
last modified time | relevance | path

Searched refs:ZPOOL_HIST_WHO (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_history.c237 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_WHO, &uint64) == 0) in spa_history_log_notify()
401 fnvlist_add_uint64(nvarg, ZPOOL_HIST_WHO, crgetruid(CRED())); in spa_history_log_nvl()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1698 #define ZPOOL_HIST_WHO "history who" macro
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c11876 if (nvlist_exists(rec, ZPOOL_HIST_WHO)) { in print_history_records()
11877 uid_t who = fnvlist_lookup_uint64(rec, ZPOOL_HIST_WHO); in print_history_records()