Lines Matching defs:reclen
83 * For instance, a filename "sbin" has normally a reclen 12
110 nothing anyway, we compute our own reclen according to what
679 * reclen in ndp->ni_ufs area, and release
719 int reclen = letoh16(de->e2d_reclen);
722 if (reclen < EXT2FS_DIRSIZ(1)) /* e2d_namlen = 1 */
724 else if (reclen % 4 != 0)
726 else if (reclen < EXT2FS_DIRSIZ(namlen))
727 error_msg = "reclen is too small for name_len";
728 else if (entryoffsetinblock + reclen > dirblksize)
737 reclen, namlen);