Lines Matching defs:v9ses
48 struct v9fs_session_info *v9ses;
54 v9ses = v9fs_inode2v9ses(inode);
55 if (v9fs_proto_dotl(v9ses))
59 v9fs_proto_dotu(v9ses));
72 (!v9fs_proto_dotu(v9ses) && !v9fs_proto_dotl(v9ses)))
78 if ((v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) &&
97 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE)
142 struct v9fs_session_info *v9ses;
178 v9ses = v9fs_inode2v9ses(file_inode(filp));
193 if (schedule_timeout_interruptible(v9ses->session_lock_timeout)