Home
last modified time | relevance | path

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

/fs/udf/
Decma_167.h60 struct timestamp { struct
139 struct timestamp descCreationDateAndTime;
209 struct timestamp recordingDateAndTime;
340 struct timestamp recordingDateAndTime;
419 struct timestamp recordingDateAndTime;
555 struct timestamp accessTime;
556 struct timestamp modificationTime;
557 struct timestamp attrTime;
733 struct timestamp recordingDateAndTime;
780 struct timestamp accessTime;
[all …]
Dudftime.c90 udf_disk_stamp_to_time(struct timespec *dest, struct timestamp src) in udf_disk_stamp_to_time()
121 struct timestamp *
122 udf_time_to_disk_stamp(struct timestamp *dest, struct timespec ts) in udf_time_to_disk_stamp()
Dudfdecl.h242 struct timestamp src);
243 extern struct timestamp *udf_time_to_disk_stamp(struct timestamp *dest, struct timespec src);
Dsuper.c874 struct timestamp *ts = &pvoldesc->recordingDateAndTime; in udf_load_pvoldesc()
2073 struct timestamp ts; in udf_fill_super()
/fs/pstore/
Dram.c196 struct timespec timestamp; in ramoops_write_kmsg_hdr() local
200 if (__getnstimeofday(&timestamp)) { in ramoops_write_kmsg_hdr()
201 timestamp.tv_sec = 0; in ramoops_write_kmsg_hdr()
202 timestamp.tv_nsec = 0; in ramoops_write_kmsg_hdr()
205 (long)timestamp.tv_sec, (long)(timestamp.tv_nsec / 1000)); in ramoops_write_kmsg_hdr()
/fs/nfs/
Dnfs4proc.c381 static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp) in do_renew_lease() argument
384 if (time_before(clp->cl_last_renewal,timestamp)) in do_renew_lease()
385 clp->cl_last_renewal = timestamp; in do_renew_lease()
389 static void renew_lease(const struct nfs_server *server, unsigned long timestamp) in renew_lease() argument
391 do_renew_lease(server->nfs_client, timestamp); in renew_lease()
770 unsigned long timestamp; member
1462 renew_lease(data->o_res.server, data->timestamp); in nfs4_open_confirm_done()
1516 data->timestamp = jiffies; in _nfs4_proc_open_confirm()
1566 data->timestamp = jiffies; in nfs4_open_prepare()
1615 renew_lease(data->o_res.server, data->timestamp); in nfs4_open_done()
[all …]
Ddir.c156 unsigned long timestamp; member
358 unsigned long timestamp, gencount; in nfs_readdir_xdr_filler() local
362 timestamp = jiffies; in nfs_readdir_xdr_filler()
376 desc->timestamp = timestamp; in nfs_readdir_xdr_filler()
390 entry->fattr->time_start = desc->timestamp; in xdr_decode()
/fs/
Dcompat_ioctl.c136 compat_time_t timestamp; member
156 err |= put_user(kevent.timestamp, &up->timestamp); in do_video_get_event()