ReactOS 0.4.16-dev-522-gb68104a
|
#include <windows.h>
#include <strsafe.h>
#include "nfs41_ops.h"
#include "util.h"
#include "daemon_debug.h"
Go to the source code of this file.
Classes | |
struct | cl_addr_info |
struct | cl_exid_info |
Macros | |
#define | NSLVL 2 /* dprintf level for namespace logging */ |
#define | client_entry(pos) list_container(pos, nfs41_client, root_entry) |
#define client_entry | ( | pos | ) | list_container(pos, nfs41_client, root_entry) |
Definition at line 33 of file namespace.c.
Definition at line 30 of file namespace.c.
Definition at line 117 of file namespace.c.
Referenced by root_client_find_addrs().
Definition at line 176 of file namespace.c.
Referenced by root_client_find().
int nfs41_root_create | ( | IN const char * | name, |
IN uint32_t | sec_flavor, | ||
IN uint32_t | wsize, | ||
IN uint32_t | rsize, | ||
OUT nfs41_root ** | root_out | ||
) |
Definition at line 37 of file namespace.c.
Referenced by handle_mount().
void nfs41_root_deref | ( | IN nfs41_root * | root | ) |
Definition at line 100 of file namespace.c.
Referenced by cancel_mount(), delegation_recall_thread(), handle_mount(), handle_unmount(), nfs41_delegation_recall(), and upcall_cleanup().
int nfs41_root_mount_addrs | ( | IN nfs41_root * | root, |
IN const multi_addr4 * | addrs, | ||
IN bool_t | is_data, | ||
IN OPTIONAL uint32_t | lease_time, | ||
OUT nfs41_client ** | client_out | ||
) |
Definition at line 335 of file namespace.c.
Referenced by handle_mount(), pnfs_data_server_client(), and referral_mount_location().
int nfs41_root_mount_referral | ( | IN nfs41_root * | root, |
IN const fs_locations4 * | locations, | ||
OUT const fs_location4 ** | loc_out, | ||
OUT nfs41_client ** | client_out | ||
) |
Definition at line 459 of file namespace.c.
Referenced by referral_resolve().
void nfs41_root_ref | ( | IN nfs41_root * | root | ) |
Definition at line 92 of file namespace.c.
Referenced by handle_mount(), nfs41_delegation_recall(), and upcall_parse().
|
static |
Definition at line 437 of file namespace.c.
Referenced by nfs41_root_mount_referral().
|
static |
Definition at line 281 of file namespace.c.
Referenced by nfs41_root_mount_addrs().
|
static |
Definition at line 207 of file namespace.c.
Referenced by nfs41_root_mount_addrs().
|
static |
Definition at line 141 of file namespace.c.
Referenced by nfs41_root_mount_addrs().
|
static |
Definition at line 76 of file namespace.c.
Referenced by nfs41_root_deref().
Definition at line 236 of file namespace.c.
Referenced by root_client_create().