Searched refs:BSD_DIRENT (Results 1 – 1 of 1) sorted by relevance
330 #define BSD_DIRENT(cp) ((struct dirent *)(cp)) in ibcs2_getdents() macro398 len -= BSD_DIRENT(inp)->d_reclen; in ibcs2_getdents()399 inp += BSD_DIRENT(inp)->d_reclen; in ibcs2_getdents()408 reclen = BSD_DIRENT(inp)->d_reclen; in ibcs2_getdents()414 if (BSD_DIRENT(inp)->d_fileno == 0) { in ibcs2_getdents()433 idb.d_ino = (ibcs2_ino_t)BSD_DIRENT(inp)->d_fileno; in ibcs2_getdents()437 (error = copyout(BSD_DIRENT(inp)->d_name, outp + 10, in ibcs2_getdents()438 BSD_DIRENT(inp)->d_namlen + 1)) != 0) in ibcs2_getdents()559 len -= BSD_DIRENT(inp)->d_reclen; in ibcs2_read()560 inp += BSD_DIRENT(inp)->d_reclen; in ibcs2_read()[all …]