ReactOS
0.4.15-dev-1638-gc0caa5c
|
#include <windows.h>
#include <strsafe.h>
#include <time.h>
#include "nfs41_compound.h"
#include "nfs41_ops.h"
#include "name_cache.h"
#include "util.h"
#include "daemon_debug.h"
Go to the source code of this file.
Classes | |
struct | lookup_referral |
struct | __nfs41_lookup_component_args |
struct | __nfs41_lookup_component_res |
Macros | |
#define | LULVL 2 /* dprintf level for lookup logging */ |
#define | MAX_LOOKUP_COMPONENTS 8 |
#define | ERROR_FILESYSTEM_ABSENT ERROR_DEVICE_REMOVED |
Typedefs | |
typedef struct __nfs41_lookup_component_args | nfs41_lookup_component_args |
typedef struct __nfs41_lookup_component_res | nfs41_lookup_component_res |
#define ERROR_FILESYSTEM_ABSENT ERROR_DEVICE_REMOVED |
|
static |
Definition at line 279 of file lookup.c.
Referenced by server_lookup_loop().
|
static |
Definition at line 72 of file lookup.c.
Referenced by server_lookup_loop().
|
static |
Definition at line 107 of file lookup.c.
Referenced by server_lookup().
Definition at line 151 of file lookup.c.
Referenced by server_lookup().
|
static |
Definition at line 272 of file lookup.c.
Referenced by server_lookup_loop().
int nfs41_lookup | ( | IN nfs41_root * | root, |
IN nfs41_session * | session, | ||
IN OUT nfs41_abs_path * | path_inout, | ||
OUT OPTIONAL nfs41_path_fh * | parent_out, | ||
OUT OPTIONAL nfs41_path_fh * | target_out, | ||
OUT OPTIONAL nfs41_file_info * | info_out, | ||
OUT nfs41_session ** | session_out | ||
) |
Definition at line 424 of file lookup.c.
Referenced by handle_mount(), handle_open(), lookup_entry(), lookup_symlink(), nfs41_lookup(), and nfs41_symlink_follow().
|
static |
Definition at line 362 of file lookup.c.
Referenced by referral_resolve().
|
static |
Definition at line 373 of file lookup.c.
Referenced by nfs41_lookup().
|
static |
Definition at line 163 of file lookup.c.
Referenced by server_lookup_loop().
|
static |
Definition at line 298 of file lookup.c.
Referenced by nfs41_lookup().