Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c254 } dirtemplate = { variable
326 pc_setstartcluster(fsp, &dirtemplate.t_dot, cn); in pc_makedirentry()
328 pc_setstartcluster(fsp, &dirtemplate.t_dotdot, cn); in pc_makedirentry()
329 dirtemplate.t_dot.pcd_mtime = in pc_makedirentry()
330 dirtemplate.t_dotdot.pcd_mtime = ep->pcd_mtime; in pc_makedirentry()
331 dirtemplate.t_dot.pcd_crtime = in pc_makedirentry()
333 dirtemplate.t_dot.pcd_ladate = in pc_makedirentry()
335 dirtemplate.t_dot.pcd_crtime_msec = in pc_makedirentry()
336 dirtemplate.t_dotdot.pcd_crtime_msec = 0; in pc_makedirentry()
337 bcopy(&dirtemplate, in pc_makedirentry()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fsdir.h98 struct dirtemplate { struct
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddir.h101 struct dirtemplate struct
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddir.h128 struct dirtemplate { struct
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c51 static struct dirtemplate emptydir = { 0, DIRBLKSIZ };
52 static struct dirtemplate dirhead = {
1130 struct dirtemplate *dirp; in allocdir()
1145 sizeof (struct dirtemplate)); in allocdir()
H A Dpass2.c43 #define MINDIRSIZE (sizeof (struct dirtemplate))
/illumos-gate/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()
2966 struct dirtemplate *dirp; in ufs_dircheckpath()
2998 ip->i_size < sizeof (struct dirtemplate)) { in ufs_dircheckpath()
3340 ((DIRBLKSIZ - DIRSIZ(dotp)) >= (sizeof (struct dirtemplate) / 2))) { in ufs_dirclrdotdot()