Lines Matching defs:v9ses
105 struct v9fs_session_info *v9ses = sb->s_fs_info;
125 retval = v9fs_init_inode(v9ses, inode,
146 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid,
241 struct v9fs_session_info *v9ses;
258 v9ses = v9fs_inode2v9ses(dir);
290 if ((v9ses->cache & CACHE_WRITEBACK) && (p9_omode & P9_OWRITE)) {
310 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb);
328 if (v9ses->cache & CACHE_FSCACHE) {
334 v9fs_fid_add_modes(ofid, v9ses->flags, v9ses->cache, flags);
360 struct v9fs_session_info *v9ses;
370 v9ses = v9fs_inode2v9ses(dir);
405 if (v9ses->cache & (CACHE_META|CACHE_LOOSE)) {
406 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb);
446 struct v9fs_session_info *v9ses;
452 v9ses = v9fs_dentry2v9ses(dentry);
453 if (v9ses->cache & (CACHE_META|CACHE_LOOSE)) {
456 } else if (v9ses->cache) {
540 struct v9fs_session_info __maybe_unused *v9ses;
553 v9ses = v9fs_dentry2v9ses(dentry);
605 if (v9ses->cache & CACHE_FSCACHE)
712 struct v9fs_session_info *v9ses;
716 v9ses = v9fs_inode2v9ses(dir);
736 if (v9ses->cache & (CACHE_META|CACHE_LOOSE)) {
747 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb);
787 struct v9fs_session_info *v9ses;
792 v9ses = v9fs_inode2v9ses(dir);
813 if (v9ses->cache & (CACHE_META|CACHE_LOOSE)) {
847 struct v9fs_session_info *v9ses;
857 v9ses = v9fs_inode2v9ses(dir);
890 if (v9ses->cache & (CACHE_META|CACHE_LOOSE)) {
891 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb);
958 struct v9fs_session_info *v9ses;
961 v9ses = v9fs_inode2v9ses(inode);
975 flags = (v9ses->cache & CACHE_LOOSE) ?