Searched refs:pcd_mtime (Results 1 – 6 of 6) sorted by relevance
288 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()
648 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()
313 if (pc_tvtopct(&now, &pcp->pc_entry.pcd_mtime)) in pc_mark_mod()
77 struct pctime pcd_mtime; /* last modified time/date */ member
888 getNow(&dp->pcd_mtime, NULL); in updateDirEnt_ModTimes()889 dp->pcd_ladate = dp->pcd_mtime.pct_date; in updateDirEnt_ModTimes()
2789 dep->pcd_mtime.pct_time = htols(dostime); in dirent_time_fill()2790 dep->pcd_mtime.pct_date = htols(dosday); in dirent_time_fill()