Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c288 if (error = pc_tvtopct(&now, &ep->pcd_mtime)) in pc_makedirentry()
291 ep->pcd_crtime = ep->pcd_mtime; in pc_makedirentry()
292 ep->pcd_ladate = ep->pcd_mtime.pct_date; in pc_makedirentry()
328 dirtemplate.t_dot.pcd_mtime = in pc_makedirentry()
329 dirtemplate.t_dotdot.pcd_mtime = ep->pcd_mtime; in pc_makedirentry()
738 mtime = slot.sl_ep->pcd_mtime; in pc_rename()
796 ep->pcd_mtime = mtime; in pc_rename()
H A Dpc_vnops.c648 pc_pcttotv(&pcp->pc_entry.pcd_mtime, &unixtime); in pcfs_getattr()
675 if (atime.pct_date == pcp->pc_entry.pcd_mtime.pct_date) in pcfs_getattr()
676 atime.pct_time = pcp->pc_entry.pcd_mtime.pct_time; in pcfs_getattr()
808 error = pc_tvtopct(timep, &pcp->pc_entry.pcd_mtime); in pcfs_setattr()
H A Dpc_node.c313 if (pc_tvtopct(&now, &pcp->pc_entry.pcd_mtime)) in pc_mark_mod()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_dir.h77 struct pctime pcd_mtime; /* last modified time/date */ member
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c888 getNow(&dp->pcd_mtime, NULL); in updateDirEnt_ModTimes()
889 dp->pcd_ladate = dp->pcd_mtime.pct_date; in updateDirEnt_ModTimes()
/titanic_50/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2789 dep->pcd_mtime.pct_time = htols(dostime); in dirent_time_fill()
2790 dep->pcd_mtime.pct_date = htols(dosday); in dirent_time_fill()