Lines Matching defs:tcon
16 struct cifs_tcon *tcon,
20 cd->resource_id = cpu_to_le64(tcon->resource_id);
21 cd->vol_create_time = tcon->vol_create_time;
22 cd->vol_serial_number = cpu_to_le32(tcon->vol_serial_number);
25 int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon)
28 struct TCP_Server_Info *server = tcon->ses->server;
36 tcon->fscache = NULL;
48 sharename = extract_sharename(tcon->tree_name);
63 cifs_fscache_fill_volume_coherency(tcon, &cd);
77 tcon->fscache = vcookie;
86 void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon)
90 cifs_dbg(FYI, "%s: (0x%p)\n", __func__, tcon->fscache);
92 cifs_fscache_fill_volume_coherency(tcon, &cd);
93 fscache_relinquish_volume(tcon->fscache, &cd, false);
94 tcon->fscache = NULL;
102 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
107 fscache_acquire_cookie(tcon->fscache, 0,