Searched refs:dirtemplate (Results 1 – 6 of 6) sorted by relevance
253 } dirtemplate = { variable325 pc_setstartcluster(fsp, &dirtemplate.t_dot, cn); in pc_makedirentry()327 pc_setstartcluster(fsp, &dirtemplate.t_dotdot, cn); in pc_makedirentry()328 dirtemplate.t_dot.pcd_mtime = in pc_makedirentry()329 dirtemplate.t_dotdot.pcd_mtime = ep->pcd_mtime; in pc_makedirentry()330 dirtemplate.t_dot.pcd_crtime = in pc_makedirentry()331 dirtemplate.t_dotdot.pcd_crtime = ep->pcd_crtime; in pc_makedirentry()332 dirtemplate.t_dot.pcd_ladate = in pc_makedirentry()333 dirtemplate.t_dotdot.pcd_ladate = ep->pcd_ladate; in pc_makedirentry()334 dirtemplate.t_dot.pcd_crtime_msec = in pc_makedirentry()[all …]
100 struct dirtemplate { struct
101 struct dirtemplate struct
87 static struct dirtemplate mastertemplate = {1663 struct dirtemplate *dirp; in ufs_dirfixdotdot()1689 dp->i_size < sizeof (struct dirtemplate)) { in ufs_dirfixdotdot()2317 struct dirtemplate *dirp; in ufs_dirmakedirect()2369 dirp = (struct dirtemplate *)fbp->fb_addr; in ufs_dirmakedirect()2889 struct dirtemplate dbuf; in ufs_dirscan()2893 #define MINDIRSIZ (sizeof (struct dirtemplate) / 2) in ufs_dirscan()2970 struct dirtemplate *dirp; in ufs_dircheckpath()3002 ip->i_size < sizeof (struct dirtemplate)) { in ufs_dircheckpath()3111 struct dirtemplate dbuf; in ufs_xattrdirempty()[all …]
53 static struct dirtemplate emptydir = { 0, DIRBLKSIZ };54 static struct dirtemplate dirhead = {1132 struct dirtemplate *dirp; in allocdir()1147 sizeof (struct dirtemplate)); in allocdir()
45 #define MINDIRSIZE (sizeof (struct dirtemplate))