Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dfs_context.h261 __u64 snapshot_time; /* needed for timewarp tokens */ member
Dcifsfs.c203 if (tcon->snapshot_time) in cifs_read_super()
698 if (tcon->snapshot_time) in cifs_show_options()
699 seq_printf(s, ",snapshot=%llu", tcon->snapshot_time); in cifs_show_options()
Dconnect.c2363 if (tcon->snapshot_time != ctx->snapshot_time) in match_tcon()
2509 if (ctx->snapshot_time) { in cifs_get_tcon()
2516 tcon->snapshot_time = ctx->snapshot_time; in cifs_get_tcon()
Dfs_context.c1148 ctx->snapshot_time = result.uint_64; in smb3_fs_context_parse_param()
Dcifsglob.h1206 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */ member
Dsmb2pdu.c2870 if (tcon->snapshot_time) { in SMB2_open_init()
2872 rc = add_twarp_context(iov, &n_iov, tcon->snapshot_time); in SMB2_open_init()