Home
last modified time | relevance | path

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

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