| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch | 4 Subject: [PATCH] dpkg-deb/build.c: Remove usage of --clamp-mtime in tar 6 Recently dpkg added --clamp-mtime to tar to create reproducible 34 - "--mtime", mtime, "--clamp-mtime", NULL); 35 + "--mtime", mtime, NULL);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0003-rdoc-build-reproducible-documentation.patch | 22 - gz.mtime = File.mtime(search_index_file) 23 + gz.mtime = -1 31 - gz.mtime = File.mtime(dest) 32 + gz.mtime = -1
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | initramfs.c | 107 static long __init do_utime(char *filename, time64_t mtime) in do_utime() argument 111 t[0].tv_sec = mtime; in do_utime() 113 t[1].tv_sec = mtime; in do_utime() 122 time64_t mtime; member 125 static void __init dir_add(const char *name, time64_t mtime) in dir_add() argument 132 de->mtime = mtime; in dir_add() 141 do_utime(de->name, de->mtime); in dir_utime() 147 static __initdata time64_t mtime; variable 174 mtime = parsed[5]; /* breaks in y2106 */ in parse_header() 355 dir_add(collected, mtime); in do_name() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-lfs.patch | 56 - debugmsg(DM_MISC, "update(%s,) size %d mtime %d owner '%s' grp '%s'\n", 57 - rname, (int) size, mtime, owner, group); 58 + debugmsg(DM_MISC, "update(%s,) size %lld mtime %d owner '%s' grp '%s'\n", 59 + rname, (off_t) size, mtime, owner, group); 61 if (statp->st_mtime != mtime) { 62 if (statp->st_mtime < mtime && IS_ON(opts, DO_YOUNGER)) { 100 - "recvit: opts = %04o mode = %04o size = %d mtime = %d", 101 + "recvit: opts = %04o mode = %04o size = %lld mtime = %d", 102 opts, mode, size, mtime);
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | reproducible.py | 66 mtime = int(os.lstat(filepath).st_mtime) 68 if not source_date_epoch or mtime > source_date_epoch: 69 source_date_epoch = mtime 134 mtime = int(os.lstat(filename).st_mtime) 136 mtime = 0 137 if not source_date_epoch or mtime > source_date_epoch: 138 source_date_epoch = mtime
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | squashfs_fs.h | 274 __le32 mtime; member 283 __le32 mtime; member 293 __le32 mtime; member 304 __le32 mtime; member 315 __le32 mtime; member 327 __le32 mtime; member 339 __le32 mtime; member 353 __le32 mtime; member 370 __le32 mtime; member 384 __le32 mtime; member
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | cow_user.c | 27 time32_t mtime; member 46 time32_t mtime; member 89 __u32 mtime; member 101 __s64 mtime; member 249 header->mtime = htobe32(modtime); in write_cow_header() 317 *mtime_out = header->v1.mtime; in read_cow_header() 330 *mtime_out = be32toh(header->v2.mtime); in read_cow_header() 344 *mtime_out = be32toh(header->v3.mtime); in read_cow_header() 374 *mtime_out = (time32_t) be32toh(header->v3_b.mtime); in read_cow_header()
|
| H A D | ubd_kern.c | 567 time64_t mtime; in ubd_file_size() local 583 &mtime, &size, §or_size, &align, &bitmap_offset); in ubd_file_size() 606 static int backing_file_mismatch(char *file, __u64 size, time64_t mtime) in backing_file_mismatch() argument 633 if (modtime != mtime) { in backing_file_mismatch() 635 "backing file\n", mtime, modtime); in backing_file_mismatch() 677 time64_t mtime; in open_ubd_file() local 711 err = read_cow_header(file_reader, &fd, &version, &backing_file, &mtime, in open_ubd_file() 726 mtime)) { in open_ubd_file() 737 err = backing_file_mismatch(*backing_file_out, size, mtime); in open_ubd_file()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | gc.c | 311 unsigned long long mtime = 0; in get_cb_cost() local 319 mtime += get_seg_entry(sbi, start + i)->mtime; in get_cb_cost() 322 mtime = div_u64(mtime, usable_segs_per_sec); in get_cb_cost() 328 if (mtime < sit_i->min_mtime) in get_cb_cost() 329 sit_i->min_mtime = mtime; in get_cb_cost() 330 if (mtime > sit_i->max_mtime) in get_cb_cost() 331 sit_i->max_mtime = mtime; in get_cb_cost() 333 age = 100 - div64_u64(100 * (mtime - sit_i->min_mtime), in get_cb_cost() 368 unsigned long long mtime, unsigned int segno, in attach_victim_entry() argument 377 ve->mtime = mtime; in attach_victim_entry() [all …]
|
| H A D | gc.h | 59 unsigned long long mtime; /* mtime of section */ member 67 unsigned long long mtime; /* mtime of section */ member
|
| H A D | segment.h | 215 unsigned long long mtime; /* modification time of the segment */ member 391 se->mtime = le64_to_cpu(rs->mtime); in seg_info_from_raw_sit() 401 rs->mtime = cpu_to_le64(se->mtime); in __seg_info_to_raw_sit()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | stat.c | 47 stat->mtime = inode->i_mtime; in generic_fillattr() 257 tmp.st_mtime = stat->mtime.tv_sec; in cp_old_stat() 340 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat() 344 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat() 483 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat64() 484 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat64() 565 tmp.stx_mtime.tv_sec = stat->mtime.tv_sec; in cp_statx() 566 tmp.stx_mtime.tv_nsec = stat->mtime.tv_nsec; in cp_statx() 640 tmp.st_mtime = stat->mtime.tv_sec; in cp_compat_stat() 641 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_compat_stat()
|
| /OK3568_Linux_fs/kernel/fs/hostfs/ |
| H A D | hostfs_user.c | 33 p->mtime.tv_sec = buf->st_mtime; in stat64_to_hostfs() 34 p->mtime.tv_nsec = 0; in stat64_to_hostfs() 246 times[1].tv_sec = st.mtime.tv_sec; in set_attr() 247 times[1].tv_usec = st.mtime.tv_nsec / 1000; in set_attr() 270 attrs->ia_mtime = st.mtime; in set_attr()
|
| /OK3568_Linux_fs/buildroot/support/download/ |
| H A D | helpers | 50 pax_options="delete=atime,delete=ctime,delete=mtime" 51 pax_options+=",exthdr.name=%d/PaxHeaders/%f,exthdr.mtime={${date}}" 63 --numeric-owner --owner=0 --group=0 --mtime="${date}" \
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | catalog.c | 38 __be32 mtime = hfs_mtime(); in hfs_cat_build_record() local 44 rec->dir.CrDat = mtime; in hfs_cat_build_record() 45 rec->dir.MdDat = mtime; in hfs_cat_build_record() 56 rec->file.CrDat = mtime; in hfs_cat_build_record() 57 rec->file.MdDat = mtime; in hfs_cat_build_record()
|
| /OK3568_Linux_fs/buildroot/package/gesftpserver/ |
| H A D | 0001-Change-order-of-v3-attributes-according-to-draft-iet.patch | 19 fatal("sending out-of-range mtime"); 21 fatal("sending out-of-range mtime");
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | cml1.bbclass | 38 mtime = os.path.getmtime(config) 41 mtime = 0 61 if newmtime > mtime:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/ |
| H A D | gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch | 15 g_snprintf (mtime_str, 21, "%" G_GINT64_FORMAT, (gint64) mtime) 56 if (mtime != thumb_mtime)
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | cls_lock_client.c | 36 struct timespec64 mtime; in ceph_cls_lock() local 66 memset(&mtime, 0, sizeof(mtime)); in ceph_cls_lock() 67 ceph_encode_timespec64(p, &mtime); in ceph_cls_lock()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | ui.c | 400 long mtime, seconds, useconds; in input_thread() local 405 mtime = ((seconds) * 1000 + useconds/1000.0) + 0.5; in input_thread() 406 if (touch_and_hold && mtime > 500) in input_thread() 416 else if (touch_repeat && mtime > 100) in input_thread() 424 else if (key_repeat == 1 && mtime > 500) in input_thread() 432 else if (key_repeat == 2 && mtime > 100) in input_thread()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | checksum.py | 60 (mtime, hashval) = entry 61 if cmtime == mtime:
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ext_common.h | 78 __le32 mtime; member 165 __le32 mtime; member
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | ceph_fs.h | 397 struct ceph_timespec mtime; member 517 struct ceph_timespec ctime, mtime, atime; member 729 struct ceph_timespec mtime, atime, ctime; member 787 struct ceph_timespec mtime, atime; member
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | inode.c | 672 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument 695 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time() 698 inode->i_mtime = *mtime; in ceph_fill_file_time() 703 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time() 707 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time() 708 inode->i_mtime = *mtime; in ceph_fill_file_time() 726 inode->i_mtime = *mtime; in ceph_fill_file_time() 752 struct timespec64 mtime, atime, ctime; in ceph_fill_inode() local 852 ceph_decode_timespec64(&mtime, &info->mtime); in ceph_fill_inode() 856 &ctime, &mtime, &atime); in ceph_fill_inode() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
| H A D | 0005-ethernet.c-remove-it.patch | 179 - static long mtime = 0, ctime = 0; 183 - mtime != st.st_mtime || ctime != st.st_ctime || 198 - mtime = st.st_mtime;
|