Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_file.c394 #define LINUX_RECLEN(namlen) \ macro
464 lbuf = malloc(LINUX_RECLEN(LINUX_NAME_MAX), M_LINUX, M_WAITOK | M_ZERO); in linux_getdents()
476 linuxreclen = LINUX_RECLEN(bdp->d_namlen); in linux_getdents()
616 linux_dirent = malloc(LINUX_RECLEN(LINUX_NAME_MAX), M_LINUX, in linux_do_accessat()
620 linuxreclen = LINUX_RECLEN(bdp->d_namlen); in linux_do_accessat()