Lines Matching defs:v9fs_session_info
109 struct v9fs_session_info { struct
111 unsigned int flags;
112 unsigned char nodev;
113 unsigned short debug;
114 unsigned int afid;
115 unsigned int cache;
117 char *cachetag;
118 struct fscache_volume *fscache;
121 char *uname; /* user name to mount as */
122 char *aname; /* name of remote hierarchy being mounted */
123 unsigned int maxdata; /* max data for client interface */
124 kuid_t dfltuid; /* default uid/muid for legacy support */
125 kgid_t dfltgid; /* default gid for legacy support */
126 kuid_t uid; /* if ACCESS_SINGLE, the uid that has access */
127 struct p9_client *clnt; /* 9p client */
128 struct list_head slist; /* list of sessions registered with v9fs */
129 struct rw_semaphore rename_sem;
130 long session_lock_timeout; /* retry interval for blocking locks */