Home
last modified time | relevance | path

Searched refs:LINUX_RECLEN (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/compat/linux/common/
Dlinux_dirent.h54 #define LINUX_RECLEN(de,namlen) ALIGN((LINUX_NAMEOFF(de) + (namlen) + 2)) macro
Dlinux_file64.c487 linux_reclen = LINUX_RECLEN(&idb, bdp->d_namlen); in linux_sys_getdents64()
Dlinux_misc.c854 linux_reclen = LINUX_RECLEN(&idb, bdp->d_namlen); in linux_sys_getdents()
/netbsd/src/sys/compat/linux32/common/
Dlinux32_dirent.c193 linux32_reclen = LINUX_RECLEN(&idb, bdp->d_namlen); in linux32_sys_getdents()