Home
last modified time | relevance | path

Searched refs:AV_SCANSTAMP_SZ (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_sa.c207 char scanstamp[AV_SCANSTAMP_SZ]; in zfs_sa_upgrade()
299 scanstamp, AV_SCANSTAMP_SZ); in zfs_sa_upgrade()
301 NULL, scanstamp, AV_SCANSTAMP_SZ); in zfs_sa_upgrade()
H A Dzfs_log.c171 bcopy(xoap->xoa_av_scanstamp, scanstamp, AV_SCANSTAMP_SZ); in zfs_log_xvattr()
H A Dzfs_replay.c129 bcopy(scanstamp, xoap->xoa_av_scanstamp, AV_SCANSTAMP_SZ); in zfs_replay_xvattr()
/titanic_50/usr/src/uts/common/sys/
H A Dvscan.h68 typedef char vs_scanstamp_t[AV_SCANSTAMP_SZ + 1];
H A Dvnode.h382 #define AV_SCANSTAMP_SZ 32 /* length of anti-virus scanstamp */ macro
400 uint8_t xoa_av_scanstamp[AV_SCANSTAMP_SZ];
/titanic_50/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h409 #define AV_SCANSTAMP_SZ 32 /* length of anti-virus scanstamp */ macro
425 uint8_t xoa_av_scanstamp[AV_SCANSTAMP_SZ];
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h377 #define AV_SCANSTAMP_SZ 32 /* length of anti-virus scanstamp */ macro
395 uint8_t xoa_av_scanstamp[AV_SCANSTAMP_SZ];
/titanic_50/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c962 xoap->xoa_av_scanstamp, AV_SCANSTAMP_SZ); in vscan_svc_getattr()