Searched refs:DIRSIZ (Results 1 – 14 of 14) sorted by relevance
67 #undef DIRSIZ68 #define DIRSIZ(dp) \ macro
58 #undef DIRSIZ59 #define DIRSIZ(dp) \ macro
90 #undef DIRSIZ91 #define DIRSIZ(dp) \ macro
99 #undef DIRSIZ103 #define DIRSIZ(dp) \ macro107 #define DIRSIZ(dp) \ macro
91 #undef DIRSIZ92 #define DIRSIZ(dp) \ macro
65 #undef DIRSIZ66 #define DIRSIZ(dp) \ macro175 p = (struct direct *)malloc(DIRSIZ(d)); in scandir()
39 #ifndef DIRSIZ40 #define DIRSIZ 14 macro
152 nulldir.d_reclen = (ushort_t)DIRSIZ(&nulldir); in extractdirs()154 assert(DIRSIZ(&nulldir) == (ulong_t)nulldir.d_reclen); in extractdirs()457 dp->d_reclen = (ushort_t)DIRSIZ(dp); in putent()459 assert(DIRSIZ(dp) == (ulong_t)dp->d_reclen); in putent()509 assert(DIRSIZ(ndp) == (ulong_t)ndp->d_reclen); in dcvt()511 ndp->d_reclen = (ushort_t)DIRSIZ(ndp); in dcvt()
69 p = (struct direct *)malloc(DIRSIZ(d)); in scandir()
456 extra = ep_reclen - DIRSIZ(ep); in ufs_dirlook()1324 extra = ep->d_reclen - DIRSIZ(ep); in ufs_dircheckforname()1340 size -= DIRSIZ(ep); in ufs_dircheckforname()1841 extra = ep->d_reclen - DIRSIZ(ep); in ufs_diraddentry()2041 dsize = DIRSIZ(ep); in dirprepareentry()2587 if (((int)ep->d_reclen - (int)DIRSIZ(ep)) >= LDIRSIZ(1)) { in ufs_dirremove()2605 extra = pep->d_reclen - DIRSIZ(pep); in ufs_dirremove()2819 (uint_t)ep->d_reclen < DIRSIZ(ep) || ep->d_namlen > MAXNAMLEN || in dirmangled()3345 ((DIRBLKSIZ - DIRSIZ(dotp)) >= (sizeof (struct dirtemplate) / 2))) { in ufs_dirclrdotdot()3348 ((DIRBLKSIZ - DIRSIZ(dotp)) >= dotdotp->d_reclen)) { in ufs_dirclrdotdot()
438 entrysize = DIRSIZ(&proto); in pass2check()557 entrysize = DIRSIZ(&proto); in pass2check()566 reclen = DIRSIZ(dirp); in pass2check()
344 size = DIRSIZ(dp); in dircheck()479 newlen = DIRSIZ(&newent); in mkentry()481 oldlen = DIRSIZ(dirp); in mkentry()
47 #define DIRSIZ MAXNAMLEN macro295 unsigned char sf_entry[DIRSIZ + 1];
2810 bcopy(&lost_found_dir[2], &buf[i], DIRSIZ(&lost_found_dir[2])); in fsinit()2850 protodir[i].d_reclen = DIRSIZ(&protodir[i]); in makedir()2856 bcopy(&protodir[i], cp, DIRSIZ(&protodir[i])); in makedir()