Searched refs:idb64 (Results 1 – 1 of 1) sorted by relevance
1023 struct linux_dirent64 idb64; local1033 LINUX_RECLEN(&idb64, bdp->d_namlen) :1040 idb64.d_ino = (linux_ino64_t)bdp->d_fileno;1041 idb64.d_off = (linux_off64_t)cookie;1042 idb64.d_reclen = (u_short)linux_reclen;1043 idb64.d_type = bdp->d_type;1044 strlcpy(idb64.d_name, bdp->d_name, sizeof(idb64.d_name));1045 error = copyout((caddr_t)&idb64, cb->outp, linux_reclen);