Lines Matching full:timestamp
14 * For constructing the nonnegative timestamp lower bound value.
19 * For constructing the nonnegative timestamp upper bound value.
25 * For constructing the negative timestamp lower bound value.
30 * For constructing the negative timestamp upper bound value.
43 "1901-12-13 Lower bound of 32bit < 0 timestamp, no extra bits"
45 "1969-12-31 Upper bound of 32bit < 0 timestamp, no extra bits"
47 "1970-01-01 Lower bound of 32bit >=0 timestamp, no extra bits"
49 "2038-01-19 Upper bound of 32bit >=0 timestamp, no extra bits"
51 "2038-01-19 Lower bound of 32bit <0 timestamp, lo extra sec bit on"
53 "2106-02-07 Upper bound of 32bit <0 timestamp, lo extra sec bit on"
55 "2106-02-07 Lower bound of 32bit >=0 timestamp, lo extra sec bit on"
57 "2174-02-25 Upper bound of 32bit >=0 timestamp, lo extra sec bit on"
59 "2174-02-25 Lower bound of 32bit <0 timestamp, hi extra sec bit on"
61 "2242-03-16 Upper bound of 32bit <0 timestamp, hi extra sec bit on"
63 "2242-03-16 Lower bound of 32bit >=0 timestamp, hi extra sec bit on"
65 "2310-04-04 Upper bound of 32bit >=0 timestamp, hi extra sec bit on"
67 "2310-04-04 Upper bound of 32bit>=0 timestamp, hi extra sec bit 1. 1 ns"
69 "2378-04-22 Lower bound of 32bit>= timestamp. Extra sec bits 1. Max ns"
71 "2378-04-22 Lower bound of 32bit >=0 timestamp. All extra sec bits on"
73 "2446-05-10 Upper bound of 32bit >=0 timestamp. All extra sec bits on"
243 struct timespec64 timestamp; in inode_test_xtimestamp_decoding() local
248 timestamp = ext4_decode_extra_time( in inode_test_xtimestamp_decoding()
254 timestamp.tv_sec, in inode_test_xtimestamp_decoding()
262 timestamp.tv_nsec, in inode_test_xtimestamp_decoding()
282 MODULE_DESCRIPTION("KUnit test of ext4 inode timestamp decoding");