Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.h73 #define CURRENT_TIME_SEC ((struct timespec) { get_seconds(), 0 })
75 struct timespec { struct
80 static struct timespec current_fs_time(struct super_block *sb) in current_fs_time() argument
82 struct timespec now; in current_fs_time()
199 struct timespec i_atime;
200 struct timespec i_mtime;
201 struct timespec i_ctime;
H A Dmisc.h234 static inline struct timespec ubifs_current_time(struct inode *inode) in ubifs_current_time()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c193 struct timespec tp; in os_get_nsec()