Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dxvattr.h45 #define AV_SCANSTAMP_SZ 32 /* length of anti-virus scanstamp */ macro
63 uint8_t xoa_av_scanstamp[AV_SCANSTAMP_SZ];
H A Dzfs_context.h526 #define AV_SCANSTAMP_SZ 32 /* length of anti-virus scanstamp */
542 uint8_t xoa_av_scanstamp[AV_SCANSTAMP_SZ];
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode_impl.h49 #define AV_SCANSTAMP_SZ 32 /* length of anti-virus scanstamp */ macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_sa.c294 char scanstamp[AV_SCANSTAMP_SZ]; in zfs_sa_upgrade()
399 scanstamp, AV_SCANSTAMP_SZ); in zfs_sa_upgrade()
401 NULL, scanstamp, AV_SCANSTAMP_SZ); in zfs_sa_upgrade()
H A Dsa.c1543 char scanstamp[AV_SCANSTAMP_SZ]; in sa_add_projid()
1669 scanstamp, AV_SCANSTAMP_SZ); in sa_add_projid()
1671 scanstamp, AV_SCANSTAMP_SZ); in sa_add_projid()
H A Dzfs_log.c170 bcopy(xoap->xoa_av_scanstamp, scanstamp, AV_SCANSTAMP_SZ); in zfs_log_xvattr()
H A Dzfs_replay.c144 bcopy(scanstamp, xoap->xoa_av_scanstamp, AV_SCANSTAMP_SZ); in zfs_replay_xvattr()