5 ms·
readdir() is implemented in libc, not the kernel. The kernel interface is getdents() and that has a configurable buffer size.
by jharsman 15y ago
readdir() is implemented in libc, not the kernel. The kernel interface is getdents() and that has a configurable buffer size.