/titanic_44/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_latest.c | 167 vap->va_ctime.tv_sec = vp->v_vfsp->vfs_mtime; in ctfs_latest_getattr() 168 vap->va_ctime.tv_nsec = 0; in ctfs_latest_getattr() 169 vap->va_atime = vap->va_mtime = vap->va_ctime; in ctfs_latest_getattr()
|
H A D | ctfs_all.c | 90 vap->va_ctime.tv_sec = vp->v_vfsp->vfs_mtime; in ctfs_adir_getattr() 91 vap->va_ctime.tv_nsec = 0; in ctfs_adir_getattr() 92 vap->va_mtime = vap->va_atime = vap->va_ctime; in ctfs_adir_getattr()
|
H A D | ctfs_tmpl.c | 101 vap->va_ctime.tv_sec = vp->v_vfsp->vfs_mtime; in ctfs_tmpl_getattr() 102 vap->va_ctime.tv_nsec = 0; in ctfs_tmpl_getattr() 103 vap->va_atime = vap->va_mtime = vap->va_ctime; in ctfs_tmpl_getattr()
|
H A D | ctfs_tdir.c | 93 vap->va_ctime.tv_sec = vp->v_vfsp->vfs_mtime; in ctfs_tdir_getattr() 94 vap->va_ctime.tv_nsec = 0; in ctfs_tdir_getattr()
|
H A D | ctfs_event.c | 279 vap->va_ctime = evnode->ctfs_ev_contract->ct_ctime; in ctfs_ev_getattr() 439 vap->va_ctime.tv_sec = vp->v_vfsp->vfs_mtime; in ctfs_bu_getattr() 440 vap->va_ctime.tv_nsec = 0; in ctfs_bu_getattr()
|
H A D | ctfs_sym.c | 97 vap->va_mtime = vap->va_atime = vap->va_ctime = in ctfs_sym_getattr()
|
H A D | ctfs_cdir.c | 111 vap->va_ctime = cdirnode->ctfs_cn_contract->ct_ctime; in ctfs_cdir_getattr()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | stat.c | 242 sb.st_ctim = vattr.va_ctime; in cstat() 351 TIMESPEC_OVERFLOW(&(vattr.va_ctime))) in cstat32() 365 TIMESPEC_TO_TIMESPEC32(&(sb.st_ctim), &(vattr.va_ctime)); in cstat32() 473 lsb.st_ctim = vattr.va_ctime; in cstat64() 578 TIMESPEC_OVERFLOW(&(vattr.va_ctime))) in cstat64_32() 592 TIMESPEC_TO_TIMESPEC32(&(lsb.st_ctim), &(vattr.va_ctime)); in cstat64_32()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_dlog.c | 128 CACHEFS_DLOG_TS_COPY(&vap->va_ctime, &ts, str, ".va_ctime"); in cachefs_dlog_attrchk() 633 CACHEFS_DLOG_TS_COPY(&cp->c_metadata.md_vattr.va_ctime, in cachefs_dlog_setattr() 701 CACHEFS_DLOG_TS_COPY(&cp->c_metadata.md_vattr.va_ctime, in cachefs_dlog_setsecattr() 767 CACHEFS_DLOG_TS_COPY(&cp->c_metadata.md_vattr.va_ctime, in cachefs_dlog_create() 816 CACHEFS_DLOG_TS_COPY(&cp->c_metadata.md_vattr.va_ctime, in cachefs_dlog_remove() 857 CACHEFS_DLOG_TS_COPY(&cp->c_metadata.md_vattr.va_ctime, in cachefs_dlog_link() 900 CACHEFS_DLOG_TS_COPY(&cp->c_metadata.md_vattr.va_ctime, in cachefs_dlog_rename() 907 CACHEFS_DLOG_TS_COPY(&delcp->c_metadata.md_vattr.va_ctime, in cachefs_dlog_rename() 1100 CACHEFS_DLOG_TS_COPY(&cp->c_metadata.md_vattr.va_ctime, in cachefs_dlog_modify()
|
H A D | cachefs_cod.c | 227 if (!C_CACHE_VALID(mdp->md_vattr.va_ctime, attrs.va_ctime)) { in c_cod_check_cached_object()
|
H A D | cachefs_strict.c | 257 if (!C_CACHE_VALID(mdp->md_vattr.va_ctime, attrs.va_ctime)) { in c_strict_check_cached_object()
|
H A D | cachefs_ioctl.c | 1474 CACHEFS_TS_TO_CFS_TS_COPY(&va.va_ctime, &retp->pb_ctime, error); in cachefs_io_pushback() 1546 CACHEFS_TS_TO_CFS_TS_COPY(&va.va_ctime, &retp->cr_ctime, error); in cachefs_io_create() 1639 CACHEFS_TS_TO_CFS_TS_COPY(&va.va_ctime, in cachefs_io_remove() 1709 CACHEFS_TS_TO_CFS_TS_COPY(&va.va_ctime, ctimep, error); in cachefs_io_link() 1804 CACHEFS_TS_TO_CFS_TS_COPY(&va.va_ctime, &retp->rn_ctime, error); in cachefs_io_rename() 1823 CACHEFS_TS_TO_CFS_TS_COPY(&va.va_ctime, &retp->rn_del_ctime, in cachefs_io_rename() 2039 CACHEFS_TS_TO_CFS_TS_COPY(&va.va_ctime, &retp->sy_ctime, error); in cachefs_io_symlink() 2129 CACHEFS_TS_TO_CFS_TS_COPY(&va.va_ctime, &retp->sa_ctime, error); in cachefs_io_setattr() 2197 CACHEFS_TS_TO_CFS_TS_COPY(&va.va_ctime, &retp->sc_ctime, error); in cachefs_io_setsecattr()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_vnops.c | 333 vap->va_ctime.tv_sec = sti->sti_ctime; in socket_vop_getattr() 338 vap->va_ctime.tv_sec = 0; in socket_vop_getattr() 343 vap->va_ctime.tv_nsec = 0; in socket_vop_getattr()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_nt_transact_create.c | 220 &attr.sa_vattr.va_ctime, in smb_nt_transact_create() 239 &attr.sa_vattr.va_ctime, in smb_nt_transact_create()
|
H A D | smb_nt_create_andx.c | 305 &ap->sa_vattr.va_ctime, in smb_com_nt_create_andx()
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | nfs2ops.c | 223 vap->va_ctime.tv_sec = na->ctime.seconds; in nfsgetattr() 224 vap->va_ctime.tv_nsec = na->ctime.useconds * 1000; in nfsgetattr()
|
H A D | nfsops.c | 420 stp->st_ctim.tv_sec = va.va_ctime.tv_sec; in boot_nfs_fstat() 421 stp->st_ctim.tv_nsec = va.va_ctime.tv_nsec; in boot_nfs_fstat()
|
H A D | nfs3ops.c | 231 vap->va_ctime.tv_sec = na->ctime.seconds; in nfs3getattr() 232 vap->va_ctime.tv_nsec = na->ctime.nseconds; in nfs3getattr()
|
/titanic_44/usr/src/uts/common/fs/objfs/ |
H A D | objfs_odir.c | 77 vap->va_atime = vap->va_ctime = vap->va_mtime = now; in objfs_odir_getattr()
|
H A D | objfs_root.c | 68 vap->va_mtime = vap->va_ctime = vap->va_atime; in objfs_root_getattr()
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_ptsops.c | 151 dv->sdev_attr->va_ctime = now; in devpts_validate() 211 vap->va_ctime = now; in devpts_create_rvp()
|
H A D | sdev_ipnetops.c | 58 vap->va_ctime = now; in devipnet_fill_vattr()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | tmpnode.h | 117 #define tn_ctime tn_attr.va_ctime
|
H A D | cachefs_fs.h | 269 CACHEFS_TS_TO_TS32_COPY(&(in_vattrp)->va_ctime, \ 270 &(out_vattrp)->va_ctime, error); \ 292 CACHEFS_TS32_TO_TS_COPY(&(in_vattrp)->va_ctime, \ 293 &(out_vattrp)->va_ctime); \
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 349 bva.va_ctime.tv_sec = wccp->before.attr.ctime.seconds; in nfs3_cache_wcc_data() 350 bva.va_ctime.tv_nsec = wccp->before.attr.ctime.nseconds; in nfs3_cache_wcc_data() 526 if (rp->r_attr.va_ctime.tv_sec != vap->va_ctime.tv_sec || in nfs_attr_cache() 527 rp->r_attr.va_ctime.tv_nsec != vap->va_ctime.tv_nsec) in nfs_attr_cache() 669 if (rp->r_attr.va_ctime.tv_sec != bvap->va_ctime.tv_sec || in nfs3_attr_cache() 670 rp->r_attr.va_ctime.tv_nsec != bvap->va_ctime.tv_nsec) in nfs3_attr_cache() 1047 NFS_TIME_T_CONVERT(vap->va_ctime.tv_sec, na->na_ctime.tv_sec); in nattr_to_vattr() 1048 vap->va_ctime.tv_nsec = (uint32_t)(na->na_ctime.tv_usec * 1000); in nattr_to_vattr() 1139 NFS_TIME_T_CONVERT(vap->va_ctime.tv_sec, na->ctime.seconds); in fattr3_to_vattr() 1140 vap->va_ctime.tv_nsec = (uint32_t)na->ctime.nseconds; in fattr3_to_vattr()
|