Lines Matching refs:tcon
43 void cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_get_super_cookie() argument
45 struct TCP_Server_Info *server = tcon->ses->server; in cifs_fscache_get_super_cookie()
47 tcon->fscache = in cifs_fscache_get_super_cookie()
49 &cifs_fscache_super_index_def, tcon); in cifs_fscache_get_super_cookie()
51 tcon->fscache); in cifs_fscache_get_super_cookie()
54 void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_release_super_cookie() argument
56 cFYI(1, "%s: (0x%p)", __func__, tcon->fscache); in cifs_fscache_release_super_cookie()
57 fscache_relinquish_cookie(tcon->fscache, 0); in cifs_fscache_release_super_cookie()
58 tcon->fscache = NULL; in cifs_fscache_release_super_cookie()
65 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fscache_enable_inode_cookie() local
71 cifsi->fscache = fscache_acquire_cookie(tcon->fscache, in cifs_fscache_enable_inode_cookie()
74 tcon->fscache, cifsi->fscache); in cifs_fscache_enable_inode_cookie()