Symbol: dirtemplate
usr/src/cmd/fs.d/ufs/fsck/dir.c
1130
struct dirtemplate *dirp;
usr/src/cmd/fs.d/ufs/fsck/dir.c
1145
sizeof (struct dirtemplate));
usr/src/cmd/fs.d/ufs/fsck/dir.c
51
static struct dirtemplate emptydir = { 0, DIRBLKSIZ };
usr/src/cmd/fs.d/ufs/fsck/dir.c
52
static struct dirtemplate dirhead = {
usr/src/cmd/fs.d/ufs/fsck/pass2.c
43
#define MINDIRSIZE (sizeof (struct dirtemplate))
usr/src/uts/common/fs/pcfs/pc_dir.c
255
} dirtemplate = {
usr/src/uts/common/fs/pcfs/pc_dir.c
327
pc_setstartcluster(fsp, &dirtemplate.t_dot, cn);
usr/src/uts/common/fs/pcfs/pc_dir.c
329
pc_setstartcluster(fsp, &dirtemplate.t_dotdot, cn);
usr/src/uts/common/fs/pcfs/pc_dir.c
330
dirtemplate.t_dot.pcd_mtime =
usr/src/uts/common/fs/pcfs/pc_dir.c
331
dirtemplate.t_dotdot.pcd_mtime = ep->pcd_mtime;
usr/src/uts/common/fs/pcfs/pc_dir.c
332
dirtemplate.t_dot.pcd_crtime =
usr/src/uts/common/fs/pcfs/pc_dir.c
333
dirtemplate.t_dotdot.pcd_crtime = ep->pcd_crtime;
usr/src/uts/common/fs/pcfs/pc_dir.c
334
dirtemplate.t_dot.pcd_ladate =
usr/src/uts/common/fs/pcfs/pc_dir.c
335
dirtemplate.t_dotdot.pcd_ladate = ep->pcd_ladate;
usr/src/uts/common/fs/pcfs/pc_dir.c
336
dirtemplate.t_dot.pcd_crtime_msec =
usr/src/uts/common/fs/pcfs/pc_dir.c
337
dirtemplate.t_dotdot.pcd_crtime_msec = 0;
usr/src/uts/common/fs/pcfs/pc_dir.c
338
bcopy(&dirtemplate,
usr/src/uts/common/fs/pcfs/pc_dir.c
339
bp->b_un.b_addr, sizeof (dirtemplate));
usr/src/uts/common/fs/ufs/ufs_dir.c
1663
struct dirtemplate *dirp;
usr/src/uts/common/fs/ufs/ufs_dir.c
1689
dp->i_size < sizeof (struct dirtemplate)) {
usr/src/uts/common/fs/ufs/ufs_dir.c
2317
struct dirtemplate *dirp;
usr/src/uts/common/fs/ufs/ufs_dir.c
2369
dirp = (struct dirtemplate *)fbp->fb_addr;
usr/src/uts/common/fs/ufs/ufs_dir.c
2966
struct dirtemplate *dirp;
usr/src/uts/common/fs/ufs/ufs_dir.c
2998
ip->i_size < sizeof (struct dirtemplate)) {
usr/src/uts/common/fs/ufs/ufs_dir.c
3340
((DIRBLKSIZ - DIRSIZ(dotp)) >= (sizeof (struct dirtemplate) / 2))) {
usr/src/uts/common/fs/ufs/ufs_dir.c
87
static struct dirtemplate mastertemplate = {