Searched refs:ctime (Results 1 - 12 of 12) sorted by relevance

/u-boot/boot/
H A Dimage-host.c26 printf("%s", ctime(&timestamp));
/u-boot/drivers/net/
H A Daltera_tse.c79 ulong ctime; local
82 ctime = get_timer(0);
87 if (get_timer(ctime) > ALT_TSE_SGDMA_BUSY_TIMEOUT) {
229 ulong ctime; local
233 ctime = get_timer(0);
238 if (get_timer(ctime) > ALT_TSE_SW_RESET_TIMEOUT) {
271 ulong ctime; local
276 ctime = get_timer(0);
281 if (get_timer(ctime) > ALT_TSE_SW_RESET_TIMEOUT) {
293 ulong ctime; local
[all...]
/u-boot/fs/btrfs/
H A Dconv-funcs.h140 nlink, uid, gid, mode, rdev, flags, sequence, atime, ctime, mtime,
146 generation_v2, ctransid, otransid, stransid, rtransid, ctime,
H A Dctree.h427 ptr += offsetof(struct btrfs_inode_item, ctime);
855 ptr += offsetof(struct btrfs_root_item, ctime);
/u-boot/include/jffs2/
H A Djffs2.h141 /* The uid, gid, atime, mtime and ctime members could be longer, but
160 __u32 ctime; /* Change time. */ member in struct:jffs2_raw_inode
/u-boot/include/
H A Dext_common.h182 __le32 ctime; member in struct:ext2_inode
H A Dfat.h139 __u16 ctime; /* Creation time */ member in struct:dir_entry
/u-boot/tools/buildman/
H A Dboards.py75 ctime = os.path.getctime(output)
87 if ctime < os.path.getctime(filepath):
97 if ctime < os.path.getctime(filepath):
/u-boot/fs/btrfs/kernel-shared/
H A Dbtrfs_tree.h657 struct btrfs_timespec ctime; member in struct:btrfs_inode_item
720 struct btrfs_timespec ctime; member in struct:btrfs_root_item
/u-boot/fs/fat/
H A Dfat.c1397 le16_to_cpu(dir->itr.dent->ctime), &dent->create_time);
H A Dfat_write.c1213 dentptr->ctime = dentptr->time;
/u-boot/fs/ext4/
H A Dext4_write.c972 file_inode->ctime = cpu_to_le32(timestamp);

Completed in 84 milliseconds