Linux Kernel
3.7.1
|
#include <client.h>
Data Fields | |
struct p9_client * | clnt |
u32 | fid |
int | mode |
struct p9_qid | qid |
u32 | iounit |
uid_t | uid |
void * | rdir |
struct list_head | flist |
struct list_head | dlist |
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.