Searched refs:DIRSIZ (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddir.h84 * The DIRSIZ macro gives the minimum record length which will hold
89 #undef DIRSIZ macro
90 #define DIRSIZ(dp) \ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Ddir.h96 * The macro DIRSIZ(fmt, dp) gives the amount of space required to represent
98 * entries which have dp->d_reclen > DIRSIZ(fmt, dp). All DIRBLKSIZ bytes
143 * The DIRSIZ macro gives the minimum record length which will hold
149 #define DIRSIZ(oldfmt, dp) \ macro
154 #define DIRSIZ(oldfmt, dp) \ macro
H A Dufs_lookup.c301 size -= DIRSIZ(FSFMT(vdp), ep);
451 if (entryoffsetinblock + DIRSIZ(FSFMT(vdp), ep) > dp->i_size) {
453 dp->i_size = entryoffsetinblock + DIRSIZ(FSFMT(vdp), ep);
603 ep->d_reclen < DIRSIZ(FSFMT(dp), ep) || namlen > UFSMAXNAMLEN) {
687 newentrysize = DIRSIZ(FSFMT(dvp), dirp);
746 dsize = DIRSIZ(FSFMT(dvp), ep);
758 dsize = DIRSIZ(FSFMT(dvp), nep);
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vnops.c339 dp->d_reclen = DIRSIZ(dp);
388 idp->current.d_reclen = DIRSIZ(&idp->current);

Completed in 37 milliseconds