Home
last modified time | relevance | path

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

/fs/udf/
Decma_167.h70 struct timestamp { struct
149 struct timestamp descCreationDateAndTime;
226 struct timestamp recordingDateAndTime;
357 struct timestamp recordingDateAndTime;
436 struct timestamp recordingDateAndTime;
572 struct timestamp accessTime;
573 struct timestamp modificationTime;
574 struct timestamp attrTime;
751 struct timestamp recordingDateAndTime;
800 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.h259 struct timestamp src);
260 extern void udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 src);
Dsuper.c862 struct timestamp *ts; in udf_load_pvoldesc()
2274 struct timestamp ts; in udf_fill_super()
/fs/ext4/
Dinode-test.c243 struct timespec64 timestamp; in inode_test_xtimestamp_decoding() local
248 timestamp.tv_sec = get_32bit_time(test_param); in inode_test_xtimestamp_decoding()
249 ext4_decode_extra_time(&timestamp, in inode_test_xtimestamp_decoding()
254 timestamp.tv_sec, in inode_test_xtimestamp_decoding()
262 timestamp.tv_nsec, in inode_test_xtimestamp_decoding()
/fs/nfs/
Dnfs4proc.c690 static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp) in do_renew_lease() argument
693 if (time_before(clp->cl_last_renewal,timestamp)) in do_renew_lease()
694 clp->cl_last_renewal = timestamp; in do_renew_lease()
698 static void renew_lease(const struct nfs_server *server, unsigned long timestamp) in renew_lease() argument
703 do_renew_lease(clp, timestamp); in renew_lease()
1221 unsigned long timestamp, unsigned long cache_validity) in nfs4_update_changeattr_locked() argument
1254 nfsi->read_cache_jiffies = timestamp; in nfs4_update_changeattr_locked()
1263 unsigned long timestamp, unsigned long cache_validity) in nfs4_update_changeattr() argument
1266 nfs4_update_changeattr_locked(dir, cinfo, timestamp, cache_validity); in nfs4_update_changeattr()
2370 renew_lease(data->o_res.server, data->timestamp); in nfs4_open_confirm_done()
[all …]
Dnfs4_fs.h245 unsigned long timestamp; member
335 unsigned long timestamp,
Dnfs42proc.c1162 unsigned long timestamp = jiffies; in _nfs42_proc_removexattr() local
1167 nfs4_update_changeattr(inode, &res.cinfo, timestamp, 0); in _nfs42_proc_removexattr()
1191 unsigned long timestamp = jiffies; in _nfs42_proc_setxattr() local
1210 nfs4_update_changeattr(inode, &res.cinfo, timestamp, 0); in _nfs42_proc_setxattr()
Ddir.c164 unsigned long timestamp; member
528 unsigned long timestamp, gencount; in nfs_readdir_xdr_filler() local
532 timestamp = jiffies; in nfs_readdir_xdr_filler()
546 desc->timestamp = timestamp; in nfs_readdir_xdr_filler()
561 entry->fattr->time_start = desc->timestamp; in xdr_decode()