Lines Matching full:cd
27 struct cifs_fscache_volume_coherency_data *cd) in cifs_fscache_fill_volume_coherency() argument
29 memset(cd, 0, sizeof(*cd)); in cifs_fscache_fill_volume_coherency()
30 cd->resource_id = cpu_to_le64(tcon->resource_id); in cifs_fscache_fill_volume_coherency()
31 cd->vol_create_time = tcon->vol_create_time; in cifs_fscache_fill_volume_coherency()
32 cd->vol_serial_number = cpu_to_le32(tcon->vol_serial_number); in cifs_fscache_fill_volume_coherency()
37 struct cifs_fscache_volume_coherency_data cd; in cifs_fscache_get_super_cookie() local
85 cifs_fscache_fill_volume_coherency(tcon, &cd); in cifs_fscache_get_super_cookie()
88 &cd, sizeof(cd)); in cifs_fscache_get_super_cookie()
116 struct cifs_fscache_volume_coherency_data cd; in cifs_fscache_release_super_cookie() local
120 cifs_fscache_fill_volume_coherency(tcon, &cd); in cifs_fscache_release_super_cookie()
121 fscache_relinquish_volume(tcon->fscache, &cd, false); in cifs_fscache_release_super_cookie()
129 struct cifs_fscache_inode_coherency_data cd; in cifs_fscache_get_inode_cookie() local
138 cifs_fscache_fill_coherency(&cifsi->netfs.inode, &cd); in cifs_fscache_get_inode_cookie()
143 &cd, sizeof(cd), in cifs_fscache_get_inode_cookie()
152 struct cifs_fscache_inode_coherency_data cd; in cifs_fscache_unuse_inode_cookie() local
155 cifs_fscache_fill_coherency(inode, &cd); in cifs_fscache_unuse_inode_cookie()
156 fscache_unuse_cookie(cifs_inode_cookie(inode), &cd, &i_size); in cifs_fscache_unuse_inode_cookie()