/linux-6.14.4/init/ |
D | initramfs.c | 127 static void __init do_utime(char *filename, time64_t mtime) in do_utime() argument 129 struct timespec64 t[2] = { { .tv_sec = mtime }, { .tv_sec = mtime } }; in do_utime() 133 static void __init do_utime_path(const struct path *path, time64_t mtime) in do_utime_path() argument 135 struct timespec64 t[2] = { { .tv_sec = mtime }, { .tv_sec = mtime } }; in do_utime_path() 142 time64_t mtime; member 146 static void __init dir_add(const char *name, time64_t mtime) in dir_add() argument 156 de->mtime = mtime; in dir_add() 165 do_utime(de->name, de->mtime); in dir_utime() 170 static void __init do_utime(char *filename, time64_t mtime) {} in do_utime() argument 171 static void __init do_utime_path(const struct path *path, time64_t mtime) {} in do_utime_path() argument [all …]
|
/linux-6.14.4/fs/squashfs/ |
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
|
/linux-6.14.4/Documentation/filesystems/ |
D | multigrain-ts.rst | 43 mtime: 52 Updating the mtime always implies a change to the ctime, but updating the 55 Multigrain timestamps are only tracked for the ctime and the mtime. atimes are 73 sequence, the second file must show an equal or later mtime than the first. The 90 different files are modified. This affects the mtime and the ctime, but the 93 It uses an unused bit in the i_ctime_nsec field to indicate whether the mtime 102 whether the mtime or ctime has been queried. A file could get a fine grained
|
/linux-6.14.4/arch/um/drivers/ |
D | cow_user.c | 27 time32_t mtime; member 46 time32_t mtime; member 78 * definition, leading on 64-bit systems to 4 bytes of padding after mtime, to 89 __u32 mtime; member 101 __s64 mtime; member 235 cow_printf("write_cow_header - backing file '%s' mtime " in write_cow_header() 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() [all …]
|
D | ubd_kern.c | 496 time64_t mtime; in ubd_file_size() local 512 &mtime, &size, §or_size, &align, &bitmap_offset); in ubd_file_size() 535 static int backing_file_mismatch(char *file, __u64 size, time64_t mtime) in backing_file_mismatch() argument 562 if (modtime != mtime) { in backing_file_mismatch() 563 printk(KERN_ERR "mtime mismatch (%lld vs %lld) of COW header vs " in backing_file_mismatch() 564 "backing file\n", mtime, modtime); in backing_file_mismatch() 606 time64_t mtime; in open_ubd_file() local 640 err = read_cow_header(file_reader, &fd, &version, &backing_file, &mtime, in open_ubd_file() 655 mtime)) { in open_ubd_file() 666 err = backing_file_mismatch(*backing_file_out, size, mtime); in open_ubd_file()
|
/linux-6.14.4/include/trace/events/ |
D | timestamp.h | 91 struct timespec64 *mtime), 93 TP_ARGS(inode, ctime, mtime), 110 __entry->mtime_s = mtime->tv_sec; 112 __entry->mtime_ns = mtime->tv_nsec; 115 TP_printk("ino=%d:%d:%ld:%u ctime=%lld.%u mtime=%lld.%u",
|
/linux-6.14.4/fs/f2fs/ |
D | gc.c | 366 unsigned long long mtime = 0; in get_cb_cost() local 372 mtime = f2fs_get_section_mtime(sbi, segno); in get_cb_cost() 373 f2fs_bug_on(sbi, mtime == INVALID_MTIME); in get_cb_cost() 380 if (mtime < sit_i->min_mtime) in get_cb_cost() 381 sit_i->min_mtime = mtime; in get_cb_cost() 382 if (mtime > sit_i->max_mtime) in get_cb_cost() 383 sit_i->max_mtime = mtime; in get_cb_cost() 385 age = 100 - div64_u64(100 * (mtime - sit_i->min_mtime), in get_cb_cost() 439 if (cur_ve->mtime > next_ve->mtime) { in f2fs_check_victim_tree() 442 cur_ve->mtime, next_ve->mtime); in f2fs_check_victim_tree() [all …]
|
D | gc.h | 80 unsigned long long mtime; /* mtime of section */ member
|
/linux-6.14.4/usr/ |
D | gen_init_cpio.c | 91 (long) 0, /* mtime */ in cpio_trailer() 123 (long) default_mtime, /* mtime */ in cpio_mkslink() 172 (long) default_mtime, /* mtime */ in cpio_mkgeneric() 266 (long) default_mtime, /* mtime */ in cpio_mknod() 333 time_t mtime; in cpio_mkfile() local 353 mtime = default_mtime; in cpio_mkfile() 355 mtime = buf.st_mtime; in cpio_mkfile() 356 if (mtime > 0xffffffff) { in cpio_mkfile() 359 mtime = 0xffffffff; in cpio_mkfile() 362 if (mtime < 0) { in cpio_mkfile() [all …]
|
/linux-6.14.4/fs/ |
D | stat.c | 32 * fill_mg_cmtime - Fill in the mtime and ctime and flag ctime as QUERIED 35 * @inode: inode from which to grab the c/mtime 37 * Given @inode, grab the ctime and mtime out if it and store the result 42 * if only the mtime was requested, as that ensures that the next mtime 55 stat->mtime = inode_get_mtime(inode); in fill_mg_cmtime() 61 trace_fill_mg_cmtime(inode, &stat->ctime, &stat->mtime); in fill_mg_cmtime() 102 stat->mtime = inode_get_mtime(inode); in generic_fillattr() 412 tmp.st_mtime = stat->mtime.tv_sec; in cp_old_stat() 489 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat() 493 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat() [all …]
|
/linux-6.14.4/fs/vboxsf/ |
D | file.c | 188 * side, we do a "stat" on the host side, then compare the mtime with the 189 * last known mtime and invalidate the page-cache if they differ. 196 * 2) Do another "stat" and compare mtime again. Unfortunately the vboxsf 200 * 2a) "stat" and compare mtime, on stat failure invalidate the cache 201 * 2b) "stat" and compare mtime, on stat failure do nothing 291 /* mtime changed */ in vboxsf_writepage() 326 /* mtime changed */ in vboxsf_write_end()
|
/linux-6.14.4/fs/smb/client/ |
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()
|
/linux-6.14.4/tools/net/sunrpc/xdrgen/generators/ |
D | header_top.py | 29 mtime=time.ctime(os.path.getmtime(filename)), 40 mtime=time.ctime(os.path.getmtime(filename)),
|
D | source_top.py | 30 mtime=time.ctime(os.path.getmtime(filename)),
|
/linux-6.14.4/fs/hostfs/ |
D | hostfs_user.c | 33 p->mtime.tv_sec = buf->stx_mtime.tv_sec; in statx_to_hostfs() 34 p->mtime.tv_nsec = buf->stx_mtime.tv_nsec; in statx_to_hostfs() 257 times[1].tv_sec = st.mtime.tv_sec; in set_attr() 258 times[1].tv_usec = st.mtime.tv_nsec / 1000; in set_attr() 281 attrs->ia_mtime = st.mtime; in set_attr()
|
/linux-6.14.4/fs/nfsd/ |
D | xdr4cb.h | 74 * 2: mtime.seconds (64-bit) 75 * 1: mtime.nanoseconds (32-bit)
|
/linux-6.14.4/fs/hfs/ |
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()
|
/linux-6.14.4/fs/fuse/ |
D | readdir.c | 467 * cache; both cases require an up-to-date mtime value. in fuse_readdir_cached() 480 /* Starting cache? Set cache mtime. */ in fuse_readdir_cached() 482 fi->rdc.mtime = inode_get_mtime(inode); in fuse_readdir_cached() 494 struct timespec64 mtime = inode_get_mtime(inode); in fuse_readdir_cached() local 497 !timespec64_equal(&fi->rdc.mtime, &mtime)) { in fuse_readdir_cached()
|
/linux-6.14.4/fs/ceph/ |
D | inode.c | 750 * Helpers to fill in size, ctime, mtime, and atime. We have to be 753 * time_warp_seq or truncate_seq have increased. (Ordinarily, mtime 831 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument 853 doutc(cl, "mtime %lld.%09ld -> %lld.%09ld tw %d -> %d\n", in ceph_fill_file_time() 856 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time() 859 inode_set_mtime_to_ts(inode, *mtime); in ceph_fill_file_time() 867 if (timespec64_compare(mtime, &ts) > 0) { in ceph_fill_file_time() 868 doutc(cl, "mtime %lld.%09ld -> %lld.%09ld inc\n", in ceph_fill_file_time() 870 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time() 871 inode_set_mtime_to_ts(inode, *mtime); in ceph_fill_file_time() [all …]
|
/linux-6.14.4/net/ceph/ |
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()
|
/linux-6.14.4/tools/testing/selftests/powerpc/nx-gzip/ |
D | gzfht_test.c | 136 buf[i++] = 0x00; /* MTIME */ in gzip_header_blank() 137 buf[i++] = 0x00; /* MTIME */ in gzip_header_blank() 138 buf[i++] = 0x00; /* MTIME */ in gzip_header_blank() 139 buf[i++] = 0x00; /* MTIME */ in gzip_header_blank()
|
/linux-6.14.4/tools/net/sunrpc/xdrgen/templates/C/source_top/ |
D | server.j2 | 4 // XDR specification modification time: {{ mtime }}
|
D | client.j2 | 4 // XDR specification modification time: {{ mtime }}
|
/linux-6.14.4/tools/net/sunrpc/xdrgen/templates/C/header_top/definition/ |
D | header.j2 | 4 /* XDR specification modification time: {{ mtime }} */
|
/linux-6.14.4/tools/net/sunrpc/xdrgen/templates/C/header_top/declaration/ |
D | header.j2 | 4 /* XDR specification modification time: {{ mtime }} */
|