ReactOS 0.4.16-dev-122-g325d74c
|
#include <stdio.h>
#include <process.h>
#include "nfs41_ops.h"
#include "util.h"
#include "daemon_debug.h"
Go to the source code of this file.
Classes | |
struct | __pnfs_io_pattern |
struct | __pnfs_io_thread |
struct | __pnfs_io_unit |
Macros | |
#define | IOLVL 2 /* dprintf level for pnfs io logging */ |
#define | file_layout_entry(pos) list_container(pos, pnfs_file_layout, layout.entry) |
Typedefs | |
typedef struct __pnfs_io_pattern | pnfs_io_pattern |
typedef struct __pnfs_io_thread | pnfs_io_thread |
typedef struct __pnfs_io_unit | pnfs_io_unit |
typedef uint32_t(WINAPI * | pnfs_io_thread_fn) (void *) |
#define file_layout_entry | ( | pos | ) | list_container(pos, pnfs_file_layout, layout.entry) |
typedef struct __pnfs_io_pattern pnfs_io_pattern |
typedef struct __pnfs_io_thread pnfs_io_thread |
typedef struct __pnfs_io_unit pnfs_io_unit |
Definition at line 487 of file pnfs_io.c.
Referenced by pnfs_read().
Definition at line 552 of file pnfs_io.c.
Referenced by pnfs_write().
|
static |
Definition at line 106 of file pnfs_io.c.
Referenced by thread_init().
|
static |
Definition at line 78 of file pnfs_io.c.
Referenced by thread_init().
|
static |
Definition at line 762 of file pnfs_io.c.
Referenced by pnfs_write().
|
static |
Definition at line 125 of file pnfs_io.c.
Referenced by pattern_threads_init(), and thread_count().
|
static |
Definition at line 459 of file pnfs_io.c.
Referenced by file_layout_read_thread(), and file_layout_write_thread().
|
static |
Definition at line 714 of file pnfs_io.c.
Referenced by pnfs_write().
|
static |
Definition at line 442 of file pnfs_io.c.
Referenced by pnfs_read(), and pnfs_write().
|
static |
Definition at line 387 of file pnfs_io.c.
Referenced by pnfs_read(), and pnfs_write().
|
static |
Definition at line 274 of file pnfs_io.c.
Referenced by pnfs_read(), and pnfs_write().
|
static |
Definition at line 226 of file pnfs_io.c.
Referenced by pnfs_read(), and pnfs_write().
Definition at line 369 of file pnfs_io.c.
Referenced by pattern_fork().
|
static |
Definition at line 176 of file pnfs_io.c.
Referenced by pattern_init().
enum pnfs_status pnfs_read | ( | IN nfs41_root * | root, |
IN nfs41_open_state * | state, | ||
IN stateid_arg * | stateid, | ||
IN pnfs_layout_state * | layout, | ||
IN uint64_t | offset, | ||
IN uint64_t | length, | ||
OUT unsigned char * | buffer_out, | ||
OUT ULONG * | len_out | ||
) |
Definition at line 659 of file pnfs_io.c.
enum pnfs_status pnfs_write | ( | IN nfs41_root * | root, |
IN nfs41_open_state * | state, | ||
IN stateid_arg * | stateid, | ||
IN pnfs_layout_state * | layout, | ||
IN uint64_t | offset, | ||
IN uint64_t | length, | ||
IN unsigned char * | buffer, | ||
OUT ULONG * | len_out, | ||
OUT nfs41_file_info * | info | ||
) |
Definition at line 801 of file pnfs_io.c.
|
static |
Definition at line 291 of file pnfs_io.c.
Referenced by pattern_threads_init(), and thread_next_unit().
|
static |
Definition at line 137 of file pnfs_io.c.
Referenced by pattern_init(), and test_GetPerformanceInfo().
|
static |
Definition at line 355 of file pnfs_io.c.
Referenced by file_layout_read_thread(), and file_layout_write_thread().
|
static |
Definition at line 159 of file pnfs_io.c.
Referenced by pattern_threads_init().
|
static |
Definition at line 330 of file pnfs_io.c.
Referenced by file_layout_read_thread(), and file_layout_write_thread().