HomeSort by relevance Sort by last modified time
    Searched refs:scanstamp (Results 1 - 5 of 5) sorted by null

  /netvirt/usr/src/cmd/vscan/vscand/
vs_eng.c 539 * Check if scanstamp matches that of ANY engine with no errors.
542 * scanstamp value for them.
543 * If a match is found the scanstamp is considered to be current
548 vs_eng_scanstamp_current(vs_scanstamp_t scanstamp)
553 if (scanstamp[0] == '\0')
556 /* if scanstamp matches that of any engine with no errors */
560 (vs_icap_compare_scanstamp(i, scanstamp) == 0))
vs_icap.c     [all...]
  /netvirt/usr/src/uts/common/fs/zfs/
zfs_log.c 106 void *scanstamp; local
121 scanstamp = (caddr_t)(crtime + 2);
159 bcopy(xoap->xoa_av_scanstamp, scanstamp, AV_SCANSTAMP_SZ);
zfs_replay.c 86 void *scanstamp; local
103 scanstamp = (caddr_t)(crtime + 2);
131 bcopy(scanstamp, xoap->xoa_av_scanstamp, AV_SCANSTAMP_SZ);
  /netvirt/usr/src/uts/common/fs/
xattr.c 513 uint8_t *scanstamp; local
571 &scanstamp, &nelems)) {
663 scanstamp, nelems);
    [all...]

Completed in 0 milliseconds