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

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Ddirent.h62 * The macro DIRSIZ(dp) gives the minimum amount of space required to represent
63 * a directory entry. For any directory entry dp->d_reclen >= DIRSIZ(dp).
67 #undef DIRSIZ macro
68 #define DIRSIZ(dp) \ macro
H A Ddir.h53 * The macro DIRSIZ(dp) gives the minimum amount of space required to represent
54 * a directory entry. For any directory entry dp->d_reclen >= DIRSIZ(dp).
58 #undef DIRSIZ macro
59 #define DIRSIZ(dp) \ macro
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fsdir.h62 * The macro DIRSIZ(dp) gives the amount of space required to represent
64 * entries which have dp->d_reclen > DIRSIZ(dp). All DIRBLKSIZ bytes
85 * The DIRSIZ macro gives the minimum record length which will hold
90 #undef DIRSIZ macro
91 #define DIRSIZ(dp) \ macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddir.h62 * The macro DIRSIZ(dp) gives the amount of space required to represent
64 * entries which have dp->d_reclen > DIRSIZ(dp). All DIRBLKSIZ bytes
86 * The DIRSIZ macro gives the minimum record length which will hold
91 #undef DIRSIZ macro
92 #define DIRSIZ(dp) \ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dsysi86.h39 #ifndef DIRSIZ
40 #define DIRSIZ 14 macro
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddir.h62 * The macro DIRSIZ(fmt, dp) gives the amount of space required to represent
64 * entries which have dp->d_reclen > DIRSIZ(fmt, dp). All DIRBLKSIZ bytes
104 * The DIRSIZ macro gives the minimum record length which will hold
115 #define DIRSIZ(oldfmt, dp) \ macro
118 #define DIRSIZ(oldfmt, dp) \ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Ddir.h96 * The macro DIRSIZ(dp) gives an amount of space required to represent
99 #undef DIRSIZ macro
103 #define DIRSIZ(dp) \ macro
107 #define DIRSIZ(dp) \ macro
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dscandir.c60 * The macro DIRSIZ(dp) gives an amount of space required to represent
61 * a directory entry. For any directory entry dp->d_reclen >= DIRSIZ(dp).
65 #undef DIRSIZ macro
66 #define DIRSIZ(dp) \ macro
175 p = (struct direct *)malloc(DIRSIZ(d));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dscandir.c69 p = (struct direct *)malloc(DIRSIZ(d));
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c151 /* LINTED DIRSIZ will always fit into a ushort_t */
152 nulldir.d_reclen = (ushort_t)DIRSIZ(&nulldir);
154 assert(DIRSIZ(&nulldir) == (ulong_t)nulldir.d_reclen);
456 /* LINTED DIRSIZ will always fit in a ushort_t */
457 dp->d_reclen = (ushort_t)DIRSIZ(dp);
459 assert(DIRSIZ(dp) == (ulong_t)dp->d_reclen);
509 assert(DIRSIZ(ndp) == (ulong_t)ndp->d_reclen);
510 /* LINTED DIRSIZ always fits in ushort_t */
511 ndp->d_reclen = (ushort_t)DIRSIZ(ndp);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c456 extra = ep_reclen - DIRSIZ(ep);
1324 extra = ep->d_reclen - DIRSIZ(ep);
1340 size -= DIRSIZ(ep);
1841 extra = ep->d_reclen - DIRSIZ(ep);
2041 dsize = DIRSIZ(ep);
2587 if (((int)ep->d_reclen - (int)DIRSIZ(ep)) >= LDIRSIZ(1)) {
2605 extra = pep->d_reclen - DIRSIZ(pep);
2819 (uint_t)ep->d_reclen < DIRSIZ(ep) || ep->d_namlen > MAXNAMLEN ||
3345 ((DIRBLKSIZ - DIRSIZ(dotp)) >= (sizeof (struct dirtemplate) / 2))) {
3348 ((DIRBLKSIZ - DIRSIZ(dot
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dexrecover.c47 #define DIRSIZ MAXNAMLEN macro
295 unsigned char sf_entry[DIRSIZ + 1];
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c344 size = DIRSIZ(dp);
479 newlen = DIRSIZ(&newent);
481 oldlen = DIRSIZ(dirp);
489 /* LINTED dirp is aligned and DIRSIZ() forces oldlen to be aligned */
H A Dpass2.c438 entrysize = DIRSIZ(&proto);
557 entrysize = DIRSIZ(&proto);
566 reclen = DIRSIZ(dirp);
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2810 bcopy(&lost_found_dir[2], &buf[i], DIRSIZ(&lost_found_dir[2]));
2850 protodir[i].d_reclen = DIRSIZ(&protodir[i]);
2856 bcopy(&protodir[i], cp, DIRSIZ(&protodir[i]));

Completed in 99 milliseconds