Lines Matching defs:v9fs_session_info
83 struct v9fs_session_info { struct
85 unsigned char flags;
86 unsigned char nodev;
87 unsigned short debug;
88 unsigned int afid;
89 unsigned int cache;
91 char *cachetag;
92 struct fscache_cookie *fscache;
95 char *uname; /* user name to mount as */
96 char *aname; /* name of remote hierarchy being mounted */
97 unsigned int maxdata; /* max data for client interface */
98 kuid_t dfltuid; /* default uid/muid for legacy support */
99 kgid_t dfltgid; /* default gid for legacy support */
100 kuid_t uid; /* if ACCESS_SINGLE, the uid that has access */
101 struct p9_client *clnt; /* 9p client */
102 struct list_head slist; /* list of sessions registered with v9fs */
103 struct rw_semaphore rename_sem;
104 long session_lock_timeout; /* retry interval for blocking locks */