Searched refs:timestamp (Results 1 – 9 of 9) sorted by relevance
/fs/udf/ |
D | ecma_167.h | 70 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 …]
|
D | udftime.c | 44 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()
|
D | udfdecl.h | 259 struct timestamp src); 260 extern void udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 src);
|
D | super.c | 862 struct timestamp *ts; in udf_load_pvoldesc() 2274 struct timestamp ts; in udf_fill_super()
|
/fs/ext4/ |
D | inode-test.c | 243 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(×tamp, 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/ |
D | nfs4proc.c | 690 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 …]
|
D | nfs4_fs.h | 245 unsigned long timestamp; member 335 unsigned long timestamp,
|
D | nfs42proc.c | 1162 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()
|
D | dir.c | 164 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()
|