Searched refs:DIRENT_RECSIZE (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/sys/
H A Ddirent.h87 * The DIRENT_RECSIZE macro gives the minimum record length which will hold
92 #define DIRENT_RECSIZE(namelen) \ macro
95 DIRENT_RECSIZE((dp)->d_namlen)
/openbsd-current/sys/kern/
H A Dvfs_getcwd.c164 if (reclen < DIRENT_RECSIZE(1) || reclen > len) {
/openbsd-current/sys/nfs/
H A Dnfs_vnops.c2422 tlen = DIRENT_RECSIZE(len) + NFS_DIRENT_OVERHEAD;
2614 tlen = DIRENT_RECSIZE(len) + NFS_DIRENT_OVERHEAD;

Completed in 120 milliseconds