Searched refs:snapshot_time (Results 1 – 4 of 4) sorted by relevance
142 if (tcon->snapshot_time) in cifs_read_super()546 if (tcon->snapshot_time) in cifs_show_options()547 seq_printf(s, ",snapshot=%llu", tcon->snapshot_time); in cifs_show_options()
1776 vol->snapshot_time = option; in cifs_parse_mount_options()2923 if (tcon->snapshot_time != volume_info->snapshot_time) in match_tcon()3029 if (volume_info->snapshot_time) { in cifs_get_tcon()3036 tcon->snapshot_time = volume_info->snapshot_time; in cifs_get_tcon()
565 __u64 snapshot_time; /* needed for timewarp tokens */ member994 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */ member
2219 if (tcon->snapshot_time) { in SMB2_open_init()2228 rc = add_twarp_context(iov, &n_iov, tcon->snapshot_time); in SMB2_open_init()