Home
last modified time | relevance | path

Searched refs:snapshot_time (Results 1 – 6 of 6) sorted by relevance

/linux/fs/smb/client/
H A Dfs_context.h324 __u64 snapshot_time; /* needed for timewarp tokens */ member
H A Dcifsfs.c211 if (tcon->snapshot_time) in cifs_read_super()
787 if (tcon->snapshot_time) in cifs_show_options()
788 seq_printf(s, ",snapshot=%llu", tcon->snapshot_time); in cifs_show_options()
H A Dconnect.c2560 if (tcon->snapshot_time != ctx->snapshot_time) in match_tcon()
2716 if (ctx->snapshot_time) { in cifs_get_tcon()
2723 tcon->snapshot_time = ctx->snapshot_time; in cifs_get_tcon()
H A Dcifsglob.h1275 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */
1273 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */ global() member
H A Dfs_context.c1514 ctx->snapshot_time = result.uint_64; in smb3_fs_context_parse_param()
H A Dsmb2pdu.c3213 if (tcon->snapshot_time) { in SMB2_open_init()
3215 rc = add_twarp_context(iov, &n_iov, tcon->snapshot_time); in SMB2_open_init()