HomeSort by: relevance | last modified time | path
    Searched refs:EXT2FS_DIRSIZ (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_dir.h 92 * The macro EXT2FS_DIRSIZ(fmt, dp) gives the amount of space required to
196 * The EXT2FS_DIRSIZ macro gives the minimum record length which will hold
202 #define EXT2FS_DIRSIZ(len) roundup2(8 + len, 4)
ext2fs_lookup.c 360 slotneeded = EXT2FS_DIRSIZ(cnp->cn_namelen);
480 size -= EXT2FS_DIRSIZ(ep->e2d_namlen);
603 if (results->ulr_offset + EXT2FS_DIRSIZ(ep->e2d_namlen) > ext2fs_size(dp)) {
606 results->ulr_offset + EXT2FS_DIRSIZ(ep->e2d_namlen));
842 if (reclen < EXT2FS_DIRSIZ(1)) /* e2d_namlen = 1 */
848 else if (reclen < EXT2FS_DIRSIZ(namlen))
898 newentrysize = EXT2FS_DIRSIZ(cnp->cn_namelen);
994 dsize = EXT2FS_DIRSIZ(ep->e2d_namlen);
1006 dsize = EXT2FS_DIRSIZ(nep->e2d_namlen);
  /src/sbin/fsck_ext2fs/
pass2.c 266 entrysize = EXT2FS_DIRSIZ(proto.e2d_namlen);
301 entrysize = EXT2FS_DIRSIZ(2);
303 n = EXT2FS_DIRSIZ(dirp->e2d_namlen);
dir.c 278 size = EXT2FS_DIRSIZ(dp->e2d_namlen);
359 newlen = EXT2FS_DIRSIZ(newent.e2d_namlen);
361 oldlen = EXT2FS_DIRSIZ(dirp->e2d_namlen);
  /src/sbin/newfs_ext2fs/
mke2fs.c 1026 protodir[i].e2d_reclen = EXT2FS_DIRSIZ(protodir[i].e2d_namlen);
1043 memcpy(dbuf, dir, EXT2FS_DIRSIZ(dir->e2d_namlen));

Completed in 31 milliseconds