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

  /onnv/onnv-gate/usr/src/cmd/vscan/vscand/
vs_svc.c 146 * been modified or its scanstamp is not current.
165 /* No scan if file not modified AND scanstamp is current */
236 * new scanstamp returned in scanstamp param.
241 vs_svc_scan_file(vs_svc_node_t *node, vs_scanstamp_t *scanstamp)
252 /* initialize response scanstamp to current scanstamp value */
253 (void) strlcpy(*scanstamp, req->vsr_scanstamp, sizeof (vs_scanstamp_t));
310 /* VS_RESULT_CLEAN - Set the scanstamp and return CLEAN status */
312 (void) strlcpy(*scanstamp, result.vsr_scanstamp
    [all...]
vs_eng.c 804 * Check if scanstamp matches that of ANY engine with no errors.
807 * scanstamp value for them.
808 * If a match is found the scanstamp is considered to be current
813 vs_eng_scanstamp_current(vs_scanstamp_t scanstamp)
818 if (scanstamp[0] == '\0')
821 /* if scanstamp matches that of any enabled engine with no errors */
826 (vs_icap_compare_scanstamp(i, scanstamp) == 0))
vs_icap.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_log.c 116 void *scanstamp; local
131 scanstamp = (caddr_t)(crtime + 2);
169 bcopy(xoap->xoa_av_scanstamp, scanstamp, AV_SCANSTAMP_SZ);
zfs_replay.c 84 void *scanstamp; local
101 scanstamp = (caddr_t)(crtime + 2);
129 bcopy(scanstamp, xoap->xoa_av_scanstamp, AV_SCANSTAMP_SZ);
  /onnv/onnv-gate/usr/src/uts/common/fs/
xattr.c 522 uint8_t *scanstamp; local
580 &scanstamp, &nelems)) {
672 scanstamp, nelems);
    [all...]

Completed in 420 milliseconds