Searched refs:snapshot_time (Results 1 – 4 of 4) sorted by relevance
173 if (tcon->snapshot_time) in cifs_read_super()632 if (tcon->snapshot_time) in cifs_show_options()633 seq_printf(s, ",snapshot=%llu", tcon->snapshot_time); in cifs_show_options()
619 __u64 snapshot_time; /* needed for timewarp tokens */ member1164 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */ member
1926 vol->snapshot_time = option; in cifs_parse_mount_options()3165 if (tcon->snapshot_time != volume_info->snapshot_time) in match_tcon()3281 if (volume_info->snapshot_time) { in cifs_get_tcon()3288 tcon->snapshot_time = volume_info->snapshot_time; in cifs_get_tcon()
2784 if (tcon->snapshot_time) { in SMB2_open_init()2793 rc = add_twarp_context(iov, &n_iov, tcon->snapshot_time); in SMB2_open_init()