NFS_MAX_READDIR_PAGES 766 fs/nfs/client.c if (server->dtsize > PAGE_SIZE * NFS_MAX_READDIR_PAGES) NFS_MAX_READDIR_PAGES 767 fs/nfs/client.c server->dtsize = PAGE_SIZE * NFS_MAX_READDIR_PAGES; NFS_MAX_READDIR_PAGES 618 fs/nfs/dir.c struct page *pages[NFS_MAX_READDIR_PAGES];