• Home
  • Raw
  • Download

Lines Matching refs:v9ses

107 	struct v9fs_session_info *v9ses = sb->s_fs_info;  in v9fs_qid_iget_dotl()  local
127 retval = v9fs_init_inode(v9ses, inode, in v9fs_qid_iget_dotl()
148 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl() argument
243 struct v9fs_session_info *v9ses; in v9fs_vfs_atomic_open_dotl() local
260 v9ses = v9fs_inode2v9ses(dir); in v9fs_vfs_atomic_open_dotl()
307 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb); in v9fs_vfs_atomic_open_dotl()
321 if ((v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) && in v9fs_vfs_atomic_open_dotl()
345 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) in v9fs_vfs_atomic_open_dotl()
373 struct v9fs_session_info *v9ses; in v9fs_vfs_mkdir_dotl() local
384 v9ses = v9fs_inode2v9ses(dir); in v9fs_vfs_mkdir_dotl()
419 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) { in v9fs_vfs_mkdir_dotl()
420 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb); in v9fs_vfs_mkdir_dotl()
460 struct v9fs_session_info *v9ses; in v9fs_vfs_getattr_dotl() local
465 v9ses = v9fs_dentry2v9ses(dentry); in v9fs_vfs_getattr_dotl()
466 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) { in v9fs_vfs_getattr_dotl()
702 struct v9fs_session_info *v9ses; in v9fs_vfs_symlink_dotl() local
706 v9ses = v9fs_inode2v9ses(dir); in v9fs_vfs_symlink_dotl()
726 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) { in v9fs_vfs_symlink_dotl()
737 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb); in v9fs_vfs_symlink_dotl()
777 struct v9fs_session_info *v9ses; in v9fs_vfs_link_dotl() local
782 v9ses = v9fs_inode2v9ses(dir); in v9fs_vfs_link_dotl()
803 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) { in v9fs_vfs_link_dotl()
837 struct v9fs_session_info *v9ses; in v9fs_vfs_mknod_dotl() local
847 v9ses = v9fs_inode2v9ses(dir); in v9fs_vfs_mknod_dotl()
880 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) { in v9fs_vfs_mknod_dotl()
881 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb); in v9fs_vfs_mknod_dotl()
948 struct v9fs_session_info *v9ses; in v9fs_refresh_inode_dotl() local
951 v9ses = v9fs_inode2v9ses(inode); in v9fs_refresh_inode_dotl()
965 flags = (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) ? in v9fs_refresh_inode_dotl()