#include <string.h>
#include <assert.h>
#include "client-state-machine.h"
#include "pvfs2-debug.h"
#include "job.h"
#include "gossip.h"
#include "str-utils.h"
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
#include "ncache.h"
#include "pint-util.h"
#include "pvfs2-internal.h"
First step involves fetching all directory entries and their associated meta handles, data file handles from the server responsible for the directory. Second step involves sending requests to all servers to fetch attributes (dfile/meta handle) in parallel.
1.3.5