Home
last modified time | relevance | path

Searched refs:snapshot_time (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dfs_context.h261 __u64 snapshot_time; /* needed for timewarp tokens */ member
H A 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()
H A Dconnect.c2405 if (tcon->snapshot_time != ctx->snapshot_time) in match_tcon()
2551 if (ctx->snapshot_time) { in cifs_get_tcon()
2558 tcon->snapshot_time = ctx->snapshot_time; in cifs_get_tcon()
H A Dfs_context.c1176 ctx->snapshot_time = result.uint_64; in smb3_fs_context_parse_param()
H A Dcifsglob.h1236 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */ member
H A Dsmb2pdu.c3037 if (tcon->snapshot_time) { in SMB2_open_init()
3039 rc = add_twarp_context(iov, &n_iov, tcon->snapshot_time); in SMB2_open_init()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsfs.c173 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()
H A Dcifsglob.h619 __u64 snapshot_time; /* needed for timewarp tokens */ member
1164 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */ member
H A Dconnect.c1926 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()
H A Dsmb2pdu.c2765 if (tcon->snapshot_time) { in SMB2_open_init()
2774 rc = add_twarp_context(iov, &n_iov, tcon->snapshot_time); in SMB2_open_init()

Completed in 47 milliseconds