Home
last modified time | relevance | path

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

/fs/udf/
Decma_167.h60 struct timestamp { struct
153 struct timestamp descCreationDateAndTime;
223 struct timestamp recordingDateAndTime;
354 struct timestamp recordingDateAndTime;
433 struct timestamp recordingDateAndTime;
569 struct timestamp accessTime;
570 struct timestamp modificationTime;
571 struct timestamp attrTime;
747 struct timestamp recordingDateAndTime;
794 struct timestamp accessTime;
[all …]
Dudftime.c44 udf_disk_stamp_to_time(struct timespec64 *dest, struct timestamp src) in udf_disk_stamp_to_time()
73 udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 ts) in udf_time_to_disk_stamp()
Dudfdecl.h255 struct timestamp src);
256 extern void udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 src);
Dsuper.c861 struct timestamp *ts; in udf_load_pvoldesc()
2280 struct timestamp ts; in udf_fill_super()
/fs/nfs/
Dnfs4proc.c681 static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp) in do_renew_lease() argument
684 if (time_before(clp->cl_last_renewal,timestamp)) in do_renew_lease()
685 clp->cl_last_renewal = timestamp; in do_renew_lease()
689 static void renew_lease(const struct nfs_server *server, unsigned long timestamp) in renew_lease() argument
694 do_renew_lease(clp, timestamp); in renew_lease()
1183 unsigned long timestamp, unsigned long cache_validity) in update_changeattr_locked() argument
1201 nfsi->read_cache_jiffies = timestamp; in update_changeattr_locked()
1209 unsigned long timestamp, unsigned long cache_validity) in update_changeattr() argument
1212 update_changeattr_locked(dir, cinfo, timestamp, cache_validity); in update_changeattr()
2309 renew_lease(data->o_res.server, data->timestamp); in nfs4_open_confirm_done()
[all …]
Ddir.c158 unsigned long timestamp; member
350 unsigned long timestamp, gencount; in nfs_readdir_xdr_filler() local
354 timestamp = jiffies; in nfs_readdir_xdr_filler()
368 desc->timestamp = timestamp; in nfs_readdir_xdr_filler()
382 entry->fattr->time_start = desc->timestamp; in xdr_decode()
Dnfs4_fs.h241 unsigned long timestamp; member