/Linux-v5.10/fs/squashfs/ |
D | squashfs_fs.h | 273 __le32 mtime; member 282 __le32 mtime; member 292 __le32 mtime; member 303 __le32 mtime; member 314 __le32 mtime; member 326 __le32 mtime; member 338 __le32 mtime; member 352 __le32 mtime; member 369 __le32 mtime; member 383 __le32 mtime; member
|
/Linux-v5.10/init/ |
D | initramfs.c | 106 static long __init do_utime(char *filename, time64_t mtime) in do_utime() argument 110 t[0].tv_sec = mtime; in do_utime() 112 t[1].tv_sec = mtime; in do_utime() 121 time64_t mtime; member 124 static void __init dir_add(const char *name, time64_t mtime) in dir_add() argument 131 de->mtime = mtime; in dir_add() 140 do_utime(de->name, de->mtime); in dir_utime() 146 static __initdata time64_t mtime; variable 173 mtime = parsed[5]; /* breaks in y2106 */ in parse_header() 354 dir_add(collected, mtime); in do_name() [all …]
|
/Linux-v5.10/arch/um/drivers/ |
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()
|
D | ubd_kern.c | 565 time64_t mtime; in ubd_file_size() local 581 &mtime, &size, §or_size, &align, &bitmap_offset); in ubd_file_size() 604 static int backing_file_mismatch(char *file, __u64 size, time64_t mtime) in backing_file_mismatch() argument 631 if (modtime != mtime) { in backing_file_mismatch() 633 "backing file\n", mtime, modtime); in backing_file_mismatch() 675 time64_t mtime; in open_ubd_file() local 709 err = read_cow_header(file_reader, &fd, &version, &backing_file, &mtime, in open_ubd_file() 724 mtime)) { in open_ubd_file() 735 err = backing_file_mismatch(*backing_file_out, size, mtime); in open_ubd_file()
|
/Linux-v5.10/fs/f2fs/ |
D | gc.c | 291 unsigned long long mtime = 0; in get_cb_cost() local 299 mtime += get_seg_entry(sbi, start + i)->mtime; in get_cb_cost() 302 mtime = div_u64(mtime, usable_segs_per_sec); in get_cb_cost() 308 if (mtime < sit_i->min_mtime) in get_cb_cost() 309 sit_i->min_mtime = mtime; in get_cb_cost() 310 if (mtime > sit_i->max_mtime) in get_cb_cost() 311 sit_i->max_mtime = mtime; in get_cb_cost() 313 age = 100 - div64_u64(100 * (mtime - sit_i->min_mtime), in get_cb_cost() 348 unsigned long long mtime, unsigned int segno, in attach_victim_entry() argument 357 ve->mtime = mtime; in attach_victim_entry() [all …]
|
D | gc.h | 53 unsigned long long mtime; /* mtime of section */ member 61 unsigned long long mtime; /* mtime of section */ member
|
D | segment.h | 216 unsigned long long mtime; /* modification time of the segment */ member 380 se->mtime = le64_to_cpu(rs->mtime); in seg_info_from_raw_sit() 390 rs->mtime = cpu_to_le64(se->mtime); in __seg_info_to_raw_sit()
|
/Linux-v5.10/fs/hostfs/ |
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()
|
D | hostfs.h | 63 struct hostfs_timespec atime, mtime, ctime; member
|
/Linux-v5.10/fs/ |
D | stat.c | 47 stat->mtime = inode->i_mtime; in generic_fillattr() 249 tmp.st_mtime = stat->mtime.tv_sec; in cp_old_stat() 333 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat() 337 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat() 476 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat64() 477 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat64() 558 tmp.stx_mtime.tv_sec = stat->mtime.tv_sec; in cp_statx() 559 tmp.stx_mtime.tv_nsec = stat->mtime.tv_nsec; in cp_statx() 631 tmp.st_mtime = stat->mtime.tv_sec; in cp_compat_stat() 632 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_compat_stat()
|
/Linux-v5.10/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-v5.10/net/ceph/ |
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()
|
/Linux-v5.10/include/linux/ |
D | stat.h | 44 struct timespec64 mtime; member
|
/Linux-v5.10/include/linux/ceph/ |
D | ceph_fs.h | 396 struct ceph_timespec mtime; member 516 struct ceph_timespec ctime, mtime, atime; member 728 struct ceph_timespec mtime, atime, ctime; member 786 struct ceph_timespec mtime, atime; member
|
/Linux-v5.10/fs/ceph/ |
D | inode.c | 670 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument 693 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time() 696 inode->i_mtime = *mtime; in ceph_fill_file_time() 701 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time() 705 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time() 706 inode->i_mtime = *mtime; in ceph_fill_file_time() 724 inode->i_mtime = *mtime; in ceph_fill_file_time() 750 struct timespec64 mtime, atime, ctime; in ceph_fill_inode() local 848 ceph_decode_timespec64(&mtime, &info->mtime); in ceph_fill_inode() 852 &ctime, &mtime, &atime); in ceph_fill_inode() [all …]
|
/Linux-v5.10/arch/x86/kernel/ |
D | sys_ia32.c | 151 unsafe_put_user(stat->mtime.tv_sec, &ubuf->st_mtime, Efault); in cp_stat64() 152 unsafe_put_user(stat->mtime.tv_nsec, &ubuf->st_mtime_nsec, Efault); in cp_stat64()
|
/Linux-v5.10/arch/sparc/kernel/ |
D | sys_sparc32.c | 84 err |= put_user(stat->mtime.tv_sec, &statbuf->st_mtime); in cp_compat_stat64() 85 err |= put_user(stat->mtime.tv_nsec, &statbuf->st_mtime_nsec); in cp_compat_stat64()
|
/Linux-v5.10/fs/jffs2/ |
D | fs.c | 117 ri->mtime = cpu_to_je32(I_SEC((ivalid & ATTR_MTIME)?iattr->ia_mtime:inode->i_mtime)); in jffs2_do_setattr() 152 inode->i_mtime = ITIME(je32_to_cpu(ri->mtime)); in jffs2_do_setattr() 285 inode->i_mtime = ITIME(je32_to_cpu(latest_node.mtime)); in jffs2_iget() 478 ri->atime = ri->mtime = ri->ctime = cpu_to_je32(I_SEC(inode->i_mtime)); in jffs2_new_inode()
|
D | file.c | 178 ri.atime = ri.ctime = ri.mtime = cpu_to_je32(JFFS2_NOW()); in jffs2_write_begin() 286 ri->atime = ri->ctime = ri->mtime = cpu_to_je32(JFFS2_NOW()); in jffs2_write_end()
|
/Linux-v5.10/include/uapi/linux/ |
D | fuse.h | 226 uint64_t mtime; member 581 uint64_t mtime; member
|
D | jffs2.h | 148 jint32_t mtime; /* Last modification time. */ member
|
/Linux-v5.10/fs/nfs/ |
D | callback.h | 76 struct timespec64 mtime; member
|
/Linux-v5.10/arch/arm/kernel/ |
D | sys_oabi-compat.c | 134 tmp.st_mtime = stat->mtime.tv_sec; in cp_oldabi_stat64() 135 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_oldabi_stat64()
|
/Linux-v5.10/tools/vm/ |
D | page-types.c | 938 char atime[64], mtime[64]; in show_file() local 946 strftime(mtime, sizeof(mtime), "%c", localtime(&st->st_mtime)); in show_file() 949 mtime, now - st->st_mtime, in show_file()
|
/Linux-v5.10/fs/afs/ |
D | fsclient.c | 177 u32 mask = 0, mtime = 0, owner = 0, group = 0, mode = 0; in xdr_encode_AFS_StoreStatus() local 182 mtime = attr->ia_mtime.tv_sec; in xdr_encode_AFS_StoreStatus() 201 *bp++ = htonl(mtime); in xdr_encode_AFS_StoreStatus() 583 *bp++ = htonl(op->mtime.tv_sec); /* mtime */ in afs_fs_create_file() 636 *bp++ = htonl(op->mtime.tv_sec); /* mtime */ in afs_fs_make_dir() 931 *bp++ = htonl(op->mtime.tv_sec); /* mtime */ in afs_fs_symlink() 1108 *bp++ = htonl(op->mtime.tv_sec); /* mtime */ in afs_fs_store_data64() 1172 *bp++ = htonl(op->mtime.tv_sec); /* mtime */ in afs_fs_store_data()
|