• Home
  • Raw
  • Download

Lines Matching refs:v9ses

121 	struct v9fs_session_info *v9ses = sb->s_fs_info;  in v9fs_qid_iget_dotl()  local
141 retval = v9fs_init_inode(v9ses, inode, in v9fs_qid_iget_dotl()
161 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl() argument
256 struct v9fs_session_info *v9ses; in v9fs_vfs_atomic_open_dotl() local
273 v9ses = v9fs_inode2v9ses(dir); in v9fs_vfs_atomic_open_dotl()
321 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb); in v9fs_vfs_atomic_open_dotl()
335 if ((v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) && in v9fs_vfs_atomic_open_dotl()
359 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) in v9fs_vfs_atomic_open_dotl()
388 struct v9fs_session_info *v9ses; in v9fs_vfs_mkdir_dotl() local
400 v9ses = v9fs_inode2v9ses(dir); in v9fs_vfs_mkdir_dotl()
439 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) { in v9fs_vfs_mkdir_dotl()
440 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb); in v9fs_vfs_mkdir_dotl()
479 struct v9fs_session_info *v9ses; in v9fs_vfs_getattr_dotl() local
484 v9ses = v9fs_dentry2v9ses(dentry); in v9fs_vfs_getattr_dotl()
485 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) { in v9fs_vfs_getattr_dotl()
695 struct v9fs_session_info *v9ses; in v9fs_vfs_symlink_dotl() local
699 v9ses = v9fs_inode2v9ses(dir); in v9fs_vfs_symlink_dotl()
719 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) { in v9fs_vfs_symlink_dotl()
731 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb); in v9fs_vfs_symlink_dotl()
774 struct v9fs_session_info *v9ses; in v9fs_vfs_link_dotl() local
779 v9ses = v9fs_inode2v9ses(dir); in v9fs_vfs_link_dotl()
797 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) { in v9fs_vfs_link_dotl()
828 struct v9fs_session_info *v9ses; in v9fs_vfs_mknod_dotl() local
839 v9ses = v9fs_inode2v9ses(dir); in v9fs_vfs_mknod_dotl()
875 if (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) { in v9fs_vfs_mknod_dotl()
876 inode = v9fs_get_new_inode_from_fid(v9ses, fid, dir->i_sb); in v9fs_vfs_mknod_dotl()
934 struct v9fs_session_info *v9ses; in v9fs_refresh_inode_dotl() local
937 v9ses = v9fs_inode2v9ses(inode); in v9fs_refresh_inode_dotl()
951 flags = (v9ses->cache == CACHE_LOOSE || v9ses->cache == CACHE_FSCACHE) ? in v9fs_refresh_inode_dotl()