Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nfs_page Struct Reference

#include <nfs_page.h>

Data Fields

struct list_head wb_list
 
struct pagewb_page
 
struct nfs_open_contextwb_context
 
struct nfs_lock_contextwb_lock_context
 
pgoff_t wb_index
 
unsigned int wb_offset
 
unsigned int wb_pgbase
 
unsigned int wb_bytes
 
struct kref wb_kref
 
unsigned long wb_flags
 
struct nfs_write_verifier wb_verf
 

Detailed Description

Definition at line 34 of file nfs_page.h.

Field Documentation

unsigned int wb_bytes

Definition at line 40 of file nfs_page.h.

struct nfs_open_context* wb_context

Definition at line 37 of file nfs_page.h.

unsigned long wb_flags

Definition at line 44 of file nfs_page.h.

pgoff_t wb_index

Definition at line 39 of file nfs_page.h.

struct kref wb_kref

Definition at line 43 of file nfs_page.h.

struct list_head wb_list

Definition at line 35 of file nfs_page.h.

struct nfs_lock_context* wb_lock_context

Definition at line 38 of file nfs_page.h.

unsigned int wb_offset

Definition at line 40 of file nfs_page.h.

struct page* wb_page

Definition at line 36 of file nfs_page.h.

unsigned int wb_pgbase

Definition at line 40 of file nfs_page.h.

Definition at line 45 of file nfs_page.h.


The documentation for this struct was generated from the following file: