Lines Matching defs:v9fs_session_info
98 struct v9fs_session_info { struct
100 unsigned char flags;
101 unsigned char nodev;
102 unsigned short debug;
103 unsigned int afid;
104 unsigned int cache;
106 char *cachetag;
107 struct fscache_cookie *fscache;
110 char *uname; /* user name to mount as */
111 char *aname; /* name of remote hierarchy being mounted */
112 unsigned int maxdata; /* max data for client interface */
113 kuid_t dfltuid; /* default uid/muid for legacy support */
114 kgid_t dfltgid; /* default gid for legacy support */
115 kuid_t uid; /* if ACCESS_SINGLE, the uid that has access */
116 struct p9_client *clnt; /* 9p client */
117 struct list_head slist; /* list of sessions registered with v9fs */
118 struct rw_semaphore rename_sem;