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

  /src/sys/fs/efs/
efs_dir.h 112 * performant. One could also sort array offsets by de_namelen and
137 * occurs when de_namelen is even. The macros below handle this irregularity. It
138 * should be noted that despite this, de_namelen will always reflect the true
141 * based on the de_namelen field alone, rather EFS_DIRENT_SIZE() must be used.
151 * de_name is of variable length (1 <= de_namelen <= 255). Note that
154 uint8_t de_namelen; member in struct:efs_dirent
efs_vnops.c 361 s = _DIRENT_RECLEN(dp, de->de_namelen);
375 /* de_namelen is uint8_t, d.d_name is 512b */
376 KASSERT(sizeof(dp->d_name)-de->de_namelen > 0);
379 dp->d_namlen = de->de_namelen;
381 de->de_namelen);
382 dp->d_name[de->de_namelen] = '\0';
efs_subr.c 287 if (de->de_namelen == cn->cn_namelen &&

Completed in 12 milliseconds