Searched refs:scanstamp (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_sa.c295 char scanstamp[AV_SCANSTAMP_SZ]; local
396 /* if scanstamp then add scanstamp */
400 scanstamp, AV_SCANSTAMP_SZ);
402 NULL, scanstamp, AV_SCANSTAMP_SZ);
H A Dzfs_log.c115 void *scanstamp; local
130 scanstamp = (caddr_t)(crtime + 2);
170 bcopy(xoap->xoa_av_scanstamp, scanstamp, AV_SCANSTAMP_SZ);
176 bcopy(&xoap->xoa_projid, scanstamp, sizeof (uint64_t));
H A Dzfs_replay.c97 void *scanstamp; local
114 scanstamp = (caddr_t)(crtime + 2);
144 bcopy(scanstamp, xoap->xoa_av_scanstamp, AV_SCANSTAMP_SZ);
150 bcopy(scanstamp, &xoap->xoa_projid, sizeof (uint64_t));
H A Dsa.c78 * regular files + scanstamp, files/dir with extended attributes, and then
1543 char scanstamp[AV_SCANSTAMP_SZ]; local
1669 scanstamp, AV_SCANSTAMP_SZ);
1671 scanstamp, AV_SCANSTAMP_SZ);

Completed in 165 milliseconds