Searched refs:snapshot_time (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | fs_context.h | 261 __u64 snapshot_time; /* needed for timewarp tokens */ member
|
H A D | cifsfs.c | 203 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 D | connect.c | 2405 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 D | fs_context.c | 1176 ctx->snapshot_time = result.uint_64; in smb3_fs_context_parse_param()
|
H A D | cifsglob.h | 1236 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */ member
|
H A D | smb2pdu.c | 3037 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 D | cifsfs.c | 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()
|
H A D | cifsglob.h | 619 __u64 snapshot_time; /* needed for timewarp tokens */ member 1164 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */ member
|
H A D | connect.c | 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()
|
H A D | smb2pdu.c | 2765 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