Lines Matching defs:tcon
95 void cifs_fscache_get_super_cookie(struct cifs_tcon *tcon)
97 struct TCP_Server_Info *server = tcon->ses->server;
101 sharename = extract_sharename(tcon->treeName);
104 tcon->fscache = NULL;
109 auxdata.resource_id = tcon->resource_id;
110 auxdata.vol_create_time = tcon->vol_create_time;
111 auxdata.vol_serial_number = tcon->vol_serial_number;
113 tcon->fscache =
118 tcon, 0, true);
121 __func__, server->fscache, tcon->fscache);
124 void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon)
129 auxdata.resource_id = tcon->resource_id;
130 auxdata.vol_create_time = tcon->vol_create_time;
131 auxdata.vol_serial_number = tcon->vol_serial_number;
133 cifs_dbg(FYI, "%s: (0x%p)\n", __func__, tcon->fscache);
134 fscache_relinquish_cookie(tcon->fscache, &auxdata, false);
135 tcon->fscache = NULL;
139 struct cifs_tcon *tcon)
151 fscache_acquire_cookie(tcon->fscache,
162 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
170 cifs_fscache_acquire_inode_cookie(cifsi, tcon);
173 __func__, tcon->fscache, cifsi->fscache);
219 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
226 cifs_fscache_acquire_inode_cookie(cifsi, tcon);