Home
last modified time | relevance | path

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

/fs/udf/
Decma_167.h71 } __attribute__ ((packed)) timestamp; typedef
139 timestamp descCreationDateAndTime;
209 timestamp recordingDateAndTime;
340 timestamp recordingDateAndTime;
419 timestamp recordingDateAndTime;
555 timestamp accessTime;
556 timestamp modificationTime;
557 timestamp attrTime;
733 timestamp recordingDateAndTime;
780 timestamp accessTime;
[all …]
Dudftime.c88 struct timespec *udf_disk_stamp_to_time(struct timespec *dest, timestamp src) in udf_disk_stamp_to_time()
119 timestamp *udf_time_to_disk_stamp(timestamp *dest, struct timespec ts) in udf_time_to_disk_stamp()
Dudfdecl.h226 timestamp src);
227 extern timestamp *udf_time_to_disk_stamp(timestamp *dest, struct timespec src);
Dsuper.c920 timestamp *ts = &pvoldesc->recordingDateAndTime; in udf_load_pvoldesc()
1981 timestamp ts; in udf_fill_super()
/fs/nfs/
Dnfs4proc.c273 static void renew_lease(const struct nfs_server *server, unsigned long timestamp) in renew_lease() argument
277 if (time_before(clp->cl_last_renewal,timestamp)) in renew_lease()
278 clp->cl_last_renewal = timestamp; in renew_lease()
307 unsigned long timestamp; member
839 renew_lease(data->o_res.server, data->timestamp); in nfs4_open_confirm_done()
893 data->timestamp = jiffies; in _nfs4_proc_open_confirm()
939 data->timestamp = jiffies; in nfs4_open_prepare()
967 renew_lease(data->o_res.server, data->timestamp); in nfs4_open_done()
1268 unsigned long timestamp = jiffies; in _nfs4_do_setattr() local
1282 renew_lease(server, timestamp); in _nfs4_do_setattr()
[all …]
Ddir.c158 unsigned long timestamp; member
181 unsigned long timestamp, gencount; in nfs_readdir_filler() local
189 timestamp = jiffies; in nfs_readdir_filler()
203 desc->timestamp = timestamp; in nfs_readdir_filler()
231 desc->entry->fattr->time_start = desc->timestamp; in dir_decode()
478 unsigned long timestamp, gencount; in uncached_readdir() local
488 timestamp = jiffies; in uncached_readdir()
497 desc->timestamp = timestamp; in uncached_readdir()
/fs/partitions/
Dsun.c34 __be32 timestamp[8]; /* Partition timestamp */ in sun_partition() member
/fs/
Dcompat_ioctl.c156 compat_time_t timestamp; member
177 err |= put_user(kevent.timestamp, &up->timestamp); in do_video_get_event()