Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_svc.c239 vs_svc_scan_file(vs_svc_node_t *node, vs_scanstamp_t *scanstamp) in vs_svc_scan_file() argument
251 (void) strlcpy(*scanstamp, req->vsr_scanstamp, sizeof (vs_scanstamp_t)); in vs_svc_scan_file()
310 (void) strlcpy(*scanstamp, result.vsr_scanstamp, in vs_svc_scan_file()
H A Dvs_icap.c1535 vs_icap_istag_to_scanstamp(char *istag, vs_scanstamp_t scanstamp) in vs_icap_istag_to_scanstamp() argument
1550 (void) strlcpy(scanstamp, p, len + 1); in vs_icap_istag_to_scanstamp()
1727 vs_icap_compare_scanstamp(int idx, vs_scanstamp_t scanstamp) in vs_icap_compare_scanstamp() argument
1731 if (!scanstamp || scanstamp[0] == '\0') in vs_icap_compare_scanstamp()
1735 rc = strcmp(scanstamp, vs_options[idx].vso_scanstamp); in vs_icap_compare_scanstamp()
H A Dvs_eng.c812 vs_eng_scanstamp_current(vs_scanstamp_t scanstamp) in vs_eng_scanstamp_current() argument
817 if (scanstamp[0] == '\0') in vs_eng_scanstamp_current()
825 (vs_icap_compare_scanstamp(i, scanstamp) == 0)) in vs_eng_scanstamp_current()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_sa.c209 char scanstamp[AV_SCANSTAMP_SZ]; in zfs_sa_upgrade() local
309 scanstamp, AV_SCANSTAMP_SZ); in zfs_sa_upgrade()
311 NULL, scanstamp, AV_SCANSTAMP_SZ); in zfs_sa_upgrade()
H A Dzfs_log.c117 void *scanstamp; in zfs_log_xvattr() local
132 scanstamp = (caddr_t)(crtime + 2); in zfs_log_xvattr()
172 bcopy(xoap->xoa_av_scanstamp, scanstamp, AV_SCANSTAMP_SZ); in zfs_log_xvattr()
178 bcopy(&xoap->xoa_projid, scanstamp, sizeof (uint64_t)); in zfs_log_xvattr()
H A Dzfs_replay.c84 void *scanstamp; in zfs_replay_xvattr() local
101 scanstamp = (caddr_t)(crtime + 2); in zfs_replay_xvattr()
131 bcopy(scanstamp, xoap->xoa_av_scanstamp, AV_SCANSTAMP_SZ); in zfs_replay_xvattr()
137 bcopy(scanstamp, &xoap->xoa_projid, sizeof (uint64_t)); in zfs_replay_xvattr()
H A Dsa.c1519 char scanstamp[AV_SCANSTAMP_SZ]; in sa_add_projid() local
1645 scanstamp, AV_SCANSTAMP_SZ); in sa_add_projid()
1647 scanstamp, AV_SCANSTAMP_SZ); in sa_add_projid()
/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c627 uint8_t *scanstamp; in xattr_file_write() local
685 &scanstamp, &nelems)) { in xattr_file_write()
777 scanstamp, nelems); in xattr_file_write()