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

#include <client.h>

Data Fields

struct p9_clientclnt
 
u32 fid
 
int mode
 
struct p9_qid qid
 
u32 iounit
 
uid_t uid
 
voidrdir
 
struct list_head flist
 
struct list_head dlist
 

Detailed Description

struct p9_fid - file system entity handle : back pointer to instantiating &p9_client : numeric identifier for this handle : current mode of this fid (enum?) : the &p9_qid server identifier this handle points to : the server reported maximum transaction size for this file : the numeric uid of the local user who owns this handle : readdir accounting structure (allocated on demand) : per-client-instance fid tracking : per-dentry fid tracking

TODO: This needs lots of explanation.

Definition at line 184 of file client.h.

Field Documentation

Definition at line 185 of file client.h.

Definition at line 195 of file client.h.

Definition at line 186 of file client.h.

Definition at line 194 of file client.h.

u32 iounit

Definition at line 189 of file client.h.

int mode

Definition at line 187 of file client.h.

Definition at line 188 of file client.h.

void* rdir

Definition at line 192 of file client.h.

uid_t uid

Definition at line 190 of file client.h.


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