Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dzfs.h897 #define ZPOOL_HIST_WHO "history who" macro
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_history.c321 fnvlist_add_uint64(nvarg, ZPOOL_HIST_WHO, crgetruid(CRED())); in spa_history_log_nvl()
/titanic_44/usr/src/cmd/zpool/
H A Dzpool_main.c4942 if (nvlist_exists(rec, ZPOOL_HIST_WHO)) { in get_history_one()
4943 uid_t who = fnvlist_lookup_uint64(rec, ZPOOL_HIST_WHO); in get_history_one()