Searched refs:__ext4_update_tstamp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 402 static void __ext4_update_tstamp(__le32 *lo, __u8 *hi, time64_t now) in __ext4_update_tstamp() function 415 __ext4_update_tstamp(&(es)->tstamp, &(es)->tstamp ## _hi, \ 5548 __ext4_update_tstamp(&es->s_first_error_time, in ext4_update_super() 5562 __ext4_update_tstamp(&es->s_last_error_time, in ext4_update_super()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 419 static void __ext4_update_tstamp(__le32 *lo, __u8 *hi, time64_t now) in __ext4_update_tstamp() function 432 __ext4_update_tstamp(&(es)->tstamp, &(es)->tstamp ## _hi, \ 6135 __ext4_update_tstamp(&es->s_first_error_time, in ext4_update_super() 6149 __ext4_update_tstamp(&es->s_last_error_time, in ext4_update_super()
|
Completed in 16 milliseconds