Lines Matching refs:DIRBLKSIZ
53 static struct dirtemplate emptydir = { 0, DIRBLKSIZ };
55 0, 12, 1, ".", 0, DIRBLKSIZ - 12, 2, ".."
109 char dbuf[DIRBLKSIZ]; in dirscan()
116 (idesc->id_filesize & (DIRBLKSIZ - 1)) != 0) in dirscan()
117 idesc->id_filesize = roundup(idesc->id_filesize, DIRBLKSIZ); in dirscan()
216 size = DIRBLKSIZ - (idesc->id_loc & (DIRBLKSIZ - 1)); in fsck_readdir()
307 if ((idesc->id_loc & (DIRBLKSIZ - 1)) && /* not at start */ in fsck_readdir()
345 spaceleft = DIRBLKSIZ - (idesc->id_loc % DIRBLKSIZ); in dircheck()
794 if ((dp->di_size % DIRBLKSIZ) != 0) { in makeentry()
795 dp->di_size = roundup(dp->di_size, DIRBLKSIZ); in makeentry()
944 cp += DIRBLKSIZ) { in expanddir()
1148 for (cp = &bp->b_un.b_buf[DIRBLKSIZ]; in allocdir()
1150 cp += DIRBLKSIZ) in allocdir()