Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c253 } dirtemplate = { variable
325 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 …]
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_fsdir.h100 struct dirtemplate { struct
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Ddir.h101 struct dirtemplate struct
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c87 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 …]
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c53 static struct dirtemplate emptydir = { 0, DIRBLKSIZ };
54 static struct dirtemplate dirhead = {
1132 struct dirtemplate *dirp; in allocdir()
1147 sizeof (struct dirtemplate)); in allocdir()
H A Dpass2.c45 #define MINDIRSIZE (sizeof (struct dirtemplate))