Searched refs:snapshot_time (Results 1 – 4 of 4) sorted by relevance
173 if (tcon->snapshot_time) in cifs_read_super()626 if (tcon->snapshot_time) in cifs_show_options()627 seq_printf(s, ",snapshot=%llu", tcon->snapshot_time); in cifs_show_options()
616 __u64 snapshot_time; /* needed for timewarp tokens */ member1161 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */ member
1913 vol->snapshot_time = option; in cifs_parse_mount_options()3142 if (tcon->snapshot_time != volume_info->snapshot_time) in match_tcon()3258 if (volume_info->snapshot_time) { in cifs_get_tcon()3265 tcon->snapshot_time = volume_info->snapshot_time; in cifs_get_tcon()
2742 if (tcon->snapshot_time) { in SMB2_open_init()2751 rc = add_twarp_context(iov, &n_iov, tcon->snapshot_time); in SMB2_open_init()