/openbmc/openbmc/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 9 Recently dpkg added --clamp-mtime to tar to create reproducible 37 - "--mtime", mtime, "--clamp-mtime", NULL); 38 + "--mtime", mtime, NULL);
|
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/ |
H A D | 0003-rdoc-build-reproducible-documentation.patch | 24 - gz.mtime = File.mtime(search_index_file) 25 + gz.mtime = -1 33 - gz.mtime = File.mtime(dest) 34 + gz.mtime = -1
|
/openbmc/linux/init/ |
H A D | initramfs.c | 127 struct timespec64 t[2] = { { .tv_sec = mtime }, { .tv_sec = mtime } }; in do_utime() 133 struct timespec64 t[2] = { { .tv_sec = mtime }, { .tv_sec = mtime } }; in do_utime_path() 140 time64_t mtime; member 154 de->mtime = mtime; in dir_add() 163 do_utime(de->name, de->mtime); in dir_utime() 174 static __initdata time64_t mtime; variable 202 mtime = parsed[5]; /* breaks in y2106 */ in parse_header() 388 dir_add(collected, mtime); in do_name() 395 do_utime(collected, mtime); in do_name() 407 do_utime_path(&wfile->f_path, mtime); in do_copy() [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | reproducible.py | 68 mtime = int(os.lstat(filepath).st_mtime) 70 if not source_date_epoch or mtime > source_date_epoch: 71 source_date_epoch = mtime 139 mtime = int(os.lstat(filename).st_mtime) 141 mtime = 0 142 if not source_date_epoch or mtime > source_date_epoch: 143 source_date_epoch = mtime
|
/openbmc/openbmc/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);
|
/openbmc/linux/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
|
/openbmc/linux/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 | 507 time64_t mtime; in ubd_file_size() local 523 &mtime, &size, §or_size, &align, &bitmap_offset); in ubd_file_size() 546 static int backing_file_mismatch(char *file, __u64 size, time64_t mtime) in backing_file_mismatch() argument 573 if (modtime != mtime) { in backing_file_mismatch() 575 "backing file\n", mtime, modtime); in backing_file_mismatch() 617 time64_t mtime; in open_ubd_file() local 651 err = read_cow_header(file_reader, &fd, &version, &backing_file, &mtime, in open_ubd_file() 666 mtime)) { in open_ubd_file() 677 err = backing_file_mismatch(*backing_file_out, size, mtime); in open_ubd_file()
|
/openbmc/linux/fs/f2fs/ |
H A D | gc.c | 345 mtime += get_seg_entry(sbi, start + i)->mtime; in get_cb_cost() 348 mtime = div_u64(mtime, usable_segs_per_sec); in get_cb_cost() 408 if (cur_ve->mtime > next_ve->mtime) { in f2fs_check_victim_tree() 411 cur_ve->mtime, next_ve->mtime); in f2fs_check_victim_tree() 430 if (mtime < ve->mtime) in __lookup_victim_entry() 446 ve->mtime = mtime; in __create_victim_entry() 470 if (mtime < ve->mtime) { in __insert_victim_entry() 500 mtime += get_seg_entry(sbi, start + i)->mtime; in add_victim_entry() 501 mtime = div_u64(mtime, SEGS_PER_SEC(sbi)); in add_victim_entry() 557 if (ve->mtime >= max_mtime || ve->mtime < min_mtime) in atgc_lookup_victim() [all …]
|
/openbmc/u-boot/fs/btrfs/ |
H A D | btrfs.c | 32 time_t mtime; in readdir_callback() local 40 mtime = inode.mtime.sec; in readdir_callback() 41 ctime_r(&mtime, filetime); in readdir_callback()
|
/openbmc/linux/fs/smb/client/ |
H A D | fscache.h | 53 struct timespec64 mtime = inode_get_mtime(inode); in cifs_fscache_fill_coherency() local 56 cd->last_write_time_sec = cpu_to_le64(mtime.tv_sec); in cifs_fscache_fill_coherency() 57 cd->last_write_time_nsec = cpu_to_le32(mtime.tv_nsec); in cifs_fscache_fill_coherency()
|
/openbmc/openbmc-tools/ipkdbg/ |
H A D | Makefile | 27 --clamp-mtime \ 28 --mtime="@${SOURCE_DATE_EPOCH}" \
|
/openbmc/linux/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() 248 times[1].tv_sec = st.mtime.tv_sec; in set_attr() 249 times[1].tv_usec = st.mtime.tv_nsec / 1000; in set_attr() 272 attrs->ia_mtime = st.mtime; in set_attr()
|
/openbmc/linux/fs/ |
H A D | stat.c | 61 stat->mtime = inode->i_mtime; in generic_fillattr() 343 tmp.st_mtime = stat->mtime.tv_sec; in cp_old_stat() 420 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat() 424 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat() 563 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat64() 564 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat64() 647 tmp.stx_mtime.tv_sec = stat->mtime.tv_sec; in cp_statx() 648 tmp.stx_mtime.tv_nsec = stat->mtime.tv_nsec; in cp_statx() 736 tmp.st_mtime = stat->mtime.tv_sec; in cp_compat_stat() 737 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_compat_stat()
|
/openbmc/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 102 def v9fs_stat_return(self, tag, id, mode, atime, mtime, length): argument 103 …print("RSTAT (tag =", tag, ", mode =", mode, ", atime =", atime, ", mtime =", mtime, ", length =",… 174 def v9fs_wstat(self, tag, id, fid, mode, atime, mtime): argument 175 …TAT (tag =", tag, ", fid =", fid, ", mode =", oct(mode), ", atime =", atime, "mtime =", mtime, ")")
|
/openbmc/fb-ipmi-oem/include/ |
H A D | usb-dbg.hpp | 91 time_t mtime; member 93 frame() : buf(nullptr), pages(0), mtime(0) {} in frame()
|
/openbmc/linux/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()
|
/openbmc/openbmc/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)
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cml1.bbclass | 48 mtime = os.path.getmtime(config) 51 mtime = 0 69 if newmtime > mtime:
|
/openbmc/linux/net/ceph/ |
H A D | cls_lock_client.c | 38 struct timespec64 mtime; in ceph_cls_lock() local 68 memset(&mtime, 0, sizeof(mtime)); in ceph_cls_lock() 69 ceph_encode_timespec64(p, &mtime); in ceph_cls_lock()
|
/openbmc/qemu/hw/9pfs/ |
H A D | trace-events | 11 …_t id, int32_t mode, int32_t atime, int32_t mtime, int64_t length) "tag %d id %d stat={mode %d ati… 35 …t32_t fid, int32_t mode, int32_t atime, int32_t mtime) "tag %u id %u fid %d stat={mode %d atime %d… 49 …d %u fid %d iattr={valid %d mode %d uid %d gid %d size %"PRId64" atime=%"PRId64" mtime=%"PRId64" }"
|
/openbmc/u-boot/include/ |
H A D | ext_common.h | 77 __le32 mtime; member 164 __le32 mtime; member
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | checksum.py | 60 (mtime, hashval) = entry 61 if cmtime == mtime:
|
/openbmc/linux/include/linux/ceph/ |
H A D | ceph_fs.h | 416 struct ceph_timespec mtime; member 475 struct ceph_timespec mtime; member 584 struct ceph_timespec ctime, mtime, atime; member 796 struct ceph_timespec mtime, atime, ctime; member 854 struct ceph_timespec mtime, atime; member
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | __init__.py | 63 def check_mtime(f, mtime): argument 69 return current_mtime == mtime
|