snapshot_time     165 fs/cifs/cifsfs.c 	if (tcon->snapshot_time)
snapshot_time     616 fs/cifs/cifsfs.c 	if (tcon->snapshot_time)
snapshot_time     617 fs/cifs/cifsfs.c 		seq_printf(s, ",snapshot=%llu", tcon->snapshot_time);
snapshot_time     607 fs/cifs/cifsglob.h 	__u64 snapshot_time; /* needed for timewarp tokens */
snapshot_time    1103 fs/cifs/cifsglob.h 	__u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */
snapshot_time    2155 fs/cifs/connect.c 			vol->snapshot_time = option;
snapshot_time    3347 fs/cifs/connect.c 	if (tcon->snapshot_time != volume_info->snapshot_time)
snapshot_time    3461 fs/cifs/connect.c 	if (volume_info->snapshot_time) {
snapshot_time    3468 fs/cifs/connect.c 			tcon->snapshot_time = volume_info->snapshot_time;
snapshot_time    2533 fs/cifs/smb2pdu.c 	if (tcon->snapshot_time) {
snapshot_time    2542 fs/cifs/smb2pdu.c 		rc = add_twarp_context(iov, &n_iov, tcon->snapshot_time);