Home
last modified time | relevance | path

Searched refs:pcd_mtime (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c289 if (error = pc_tvtopct(&now, &ep->pcd_mtime)) in pc_makedirentry()
292 ep->pcd_crtime = ep->pcd_mtime; in pc_makedirentry()
293 ep->pcd_ladate = ep->pcd_mtime.pct_date; in pc_makedirentry()
329 dirtemplate.t_dot.pcd_mtime = in pc_makedirentry()
330 dirtemplate.t_dotdot.pcd_mtime = ep->pcd_mtime; in pc_makedirentry()
744 mtime = slot.sl_ep->pcd_mtime; in pc_rename()
799 ep->pcd_mtime = mtime; in pc_rename()
H A Dpc_vnops.c649 pc_pcttotv(&pcp->pc_entry.pcd_mtime, &unixtime); in pcfs_getattr()
676 if (atime.pct_date == pcp->pc_entry.pcd_mtime.pct_date) in pcfs_getattr()
677 atime.pct_time = pcp->pc_entry.pcd_mtime.pct_time; in pcfs_getattr()
809 error = pc_tvtopct(timep, &pcp->pc_entry.pcd_mtime); in pcfs_setattr()
H A Dpc_node.c316 if (pc_tvtopct(&now, &pcp->pc_entry.pcd_mtime)) in pc_mark_mod()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h75 struct pctime pcd_mtime; /* last modified time/date */ member
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c886 getNow(&dp->pcd_mtime, NULL); in updateDirEnt_ModTimes()
887 dp->pcd_ladate = dp->pcd_mtime.pct_date; in updateDirEnt_ModTimes()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2907 dep->pcd_mtime.pct_time = htols(dostime); in dirent_time_fill()
2908 dep->pcd_mtime.pct_date = htols(dosday); in dirent_time_fill()