Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_devcoredump_types.h26 ktime_t snapshot_time; member
H A Dxe_devcoredump.c107 ts = ktime_to_timespec64(ss->snapshot_time); in __xe_devcoredump_read()
284 ss->snapshot_time = ktime_get_real(); in devcoredump_snapshot()
/linux-6.15/fs/smb/client/
H A Dfs_context.h322 __u64 snapshot_time; /* needed for timewarp tokens */ member
H A Dcifsfs.c202 if (tcon->snapshot_time) in cifs_read_super()
753 if (tcon->snapshot_time) in cifs_show_options()
754 seq_printf(s, ",snapshot=%llu", tcon->snapshot_time); in cifs_show_options()
H A Dconnect.c2540 if (tcon->snapshot_time != ctx->snapshot_time) in match_tcon()
2696 if (ctx->snapshot_time) { in cifs_get_tcon()
2703 tcon->snapshot_time = ctx->snapshot_time; in cifs_get_tcon()
H A Dcifsglob.h1308 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */ member
H A Dfs_context.c1388 ctx->snapshot_time = result.uint_64; in smb3_fs_context_parse_param()
H A Dsmb2pdu.c3090 if (tcon->snapshot_time) { in SMB2_open_init()
3092 rc = add_twarp_context(iov, &n_iov, tcon->snapshot_time); in SMB2_open_init()