Lines Matching defs:reclen
90 * For instance, a filename "sbin" has normally a reclen 12
120 nothing anyway, we compute our own reclen according to what
510 * reclen in ndp->ni_ufs area, and release
798 * reclen in ndp->ni_ufs area, and release
839 int reclen = fs2h16(de->e2d_reclen);
842 if (reclen < EXT2FS_DIRSIZ(1)) /* e2d_namlen = 1 */
844 else if (reclen % 4 != 0)
848 else if (reclen < EXT2FS_DIRSIZ(namlen))
849 error_msg = "reclen is too small for name_len";
850 else if (entryoffsetinblock + reclen > dirblksiz)
861 reclen, namlen);