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

  /src/sys/sys/
dirent.h 101 * The _DIRENT_RECLEN macro gives the minimum record length which will hold
106 #define _DIRENT_RECLEN(dp, namlen) \
113 #define _DIRENT_SIZE(dp) _DIRENT_RECLEN(dp, (dp)->d_namlen)
121 #define _DIRENT_MINSIZE(dp) _DIRENT_RECLEN(dp, 0)
  /src/lib/libpuffs/
subr.c 66 if (_DIRENT_RECLEN(d, strlen(name)) > *reslen)
  /src/tests/lib/libc/gen/
t_glob.c 145 dir.d_reclen = _DIRENT_RECLEN(&dir, dir.d_namlen);
  /src/sys/compat/common/
vfs_syscalls_12.c 210 old_reclen = _DIRENT_RECLEN(&idb, bdp->d_namlen);
vfs_syscalls_43.c 428 old_reclen = _DIRENT_RECLEN(&idb, bdp->d_namlen);
  /src/sys/miscfs/fdesc/
fdesc_vnops.c 526 #define UIO_MX _DIRENT_RECLEN((struct dirent *)NULL, sizeof("stderr") - 1)
  /src/sys/fs/efs/
efs_vnops.c 361 s = _DIRENT_RECLEN(dp, de->de_namelen);
  /src/sys/ufs/ufs/
ufs_vnops.c 1739 maxcookies = rawbytes / _DIRENT_RECLEN(rawdp, 1);
1780 dirent->d_reclen = _DIRENT_RECLEN(dirent, dirent->d_namlen);
  /src/sys/ufs/lfs/
ulfs_vnops.c 900 dirent->d_reclen = _DIRENT_RECLEN(dirent, dirent->d_namlen);
  /src/sys/coda/
coda_vnops.c 1583 ncookies = ap->a_uio->uio_resid / _DIRENT_RECLEN(dirp, 1);
  /src/sys/rump/librump/rumpvfs/
rumpfs.c 1327 dentp->d_reclen = _DIRENT_RECLEN(dentp, dentp->d_namlen);
  /src/sys/nfs/
nfs_vnops.c 2480 reclen = _DIRENT_RECLEN(dp, len) + 2 * sizeof(off_t);
2672 reclen = _DIRENT_RECLEN(dp, len) + 2 * sizeof(off_t);
  /src/lib/libperfuse/
ops.c 612 reclen = _DIRENT_RECLEN(dents, fd->namelen);

Completed in 62 milliseconds