Home
last modified time | relevance | path

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

/linux/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/fs/smb/client/
H A Dcifsfs.c202 if (tcon->snapshot_time) in cifs_read_super()
749 if (tcon->snapshot_time) in cifs_show_options()
750 seq_printf(s, ",snapshot=%llu", tcon->snapshot_time); in cifs_show_options()
H A Dcifsglob.h1306 __u64 snapshot_time; /* for timewarp tokens - timestamp of snapshot */ member
H A Dsmb2pdu.c3107 if (tcon->snapshot_time) { in SMB2_open_init()
3109 rc = add_twarp_context(iov, &n_iov, tcon->snapshot_time); in SMB2_open_init()