Searched refs:pcd_mtime (Results 1 – 6 of 6) sorted by relevance
290 if (error = pc_tvtopct(&now, &ep->pcd_mtime)) in pc_makedirentry()293 ep->pcd_crtime = ep->pcd_mtime; in pc_makedirentry()294 ep->pcd_ladate = ep->pcd_mtime.pct_date; in pc_makedirentry()330 dirtemplate.t_dot.pcd_mtime = in pc_makedirentry()331 dirtemplate.t_dotdot.pcd_mtime = ep->pcd_mtime; in pc_makedirentry()745 mtime = slot.sl_ep->pcd_mtime; in pc_rename()800 ep->pcd_mtime = mtime; in pc_rename()
647 pc_pcttotv(&pcp->pc_entry.pcd_mtime, &unixtime); in pcfs_getattr()674 if (atime.pct_date == pcp->pc_entry.pcd_mtime.pct_date) in pcfs_getattr()675 atime.pct_time = pcp->pc_entry.pcd_mtime.pct_time; in pcfs_getattr()807 error = pc_tvtopct(timep, &pcp->pc_entry.pcd_mtime); in pcfs_setattr()
315 if (pc_tvtopct(&now, &pcp->pc_entry.pcd_mtime)) in pc_mark_mod()
75 struct pctime pcd_mtime; /* last modified time/date */ member
886 getNow(&dp->pcd_mtime, NULL); in updateDirEnt_ModTimes()887 dp->pcd_ladate = dp->pcd_mtime.pct_date; in updateDirEnt_ModTimes()
2622 dep->pcd_mtime.pct_time = htols(dostime); in dirent_time_fill()2623 dep->pcd_mtime.pct_date = htols(dosday); in dirent_time_fill()