Home
last modified time | relevance | path

Searched refs:CURRENT_TIME_SEC (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dmisc.h236 current_fs_time(inode->i_sb) : CURRENT_TIME_SEC; in ubifs_current_time()
H A Dsb.c297 tmp_le64 = cpu_to_le64(CURRENT_TIME_SEC.tv_sec); in create_default_filesystem()
H A Dubifs.h72 #define CURRENT_TIME_SEC ((struct timespec) { get_seconds(), 0 }) macro