Searched refs:mtime (Results 1 - 25 of 101) sorted by relevance

12345

/linux-master/init/
H A Dinitramfs.c126 static void __init do_utime(char *filename, time64_t mtime) argument
128 struct timespec64 t[2] = { { .tv_sec = mtime }, { .tv_sec = mtime } };
132 static void __init do_utime_path(const struct path *path, time64_t mtime) argument
134 struct timespec64 t[2] = { { .tv_sec = mtime }, { .tv_sec = mtime } };
141 time64_t mtime; member in struct:dir_entry
145 static void __init dir_add(const char *name, time64_t mtime) argument
155 de->mtime = mtime;
169 do_utime(char *filename, time64_t mtime) argument
170 do_utime_path(const struct path *path, time64_t mtime) argument
171 dir_add(const char *name, time64_t mtime) argument
175 static __initdata time64_t mtime; variable
[all...]
/linux-master/fs/squashfs/
H A Dsquashfs_fs.h274 __le32 mtime; member in struct:squashfs_base_inode
283 __le32 mtime; member in struct:squashfs_ipc_inode
293 __le32 mtime; member in struct:squashfs_lipc_inode
304 __le32 mtime; member in struct:squashfs_dev_inode
315 __le32 mtime; member in struct:squashfs_ldev_inode
327 __le32 mtime; member in struct:squashfs_symlink_inode
339 __le32 mtime; member in struct:squashfs_reg_inode
353 __le32 mtime; member in struct:squashfs_lreg_inode
370 __le32 mtime; member in struct:squashfs_dir_inode
384 __le32 mtime; member in struct:squashfs_ldir_inode
[all...]
/linux-master/arch/um/drivers/
H A Dcow_user.c27 time32_t mtime; member in struct:cow_header_v1
46 time32_t mtime; member in struct:cow_header_v2
78 * definition, leading on 64-bit systems to 4 bytes of padding after mtime, to
89 __u32 mtime; member in struct:cow_header_v3
101 __s64 mtime; member in struct:cow_header_v3_broken
235 cow_printf("write_cow_header - backing file '%s' mtime "
249 header->mtime = htobe32(modtime);
317 *mtime_out = header->v1.mtime;
330 *mtime_out = be32toh(header->v2.mtime);
344 *mtime_out = be32toh(header->v3.mtime);
[all...]
H A Dubd_kern.c510 time64_t mtime; local
526 &mtime, &size, &sector_size, &align, &bitmap_offset);
549 static int backing_file_mismatch(char *file, __u64 size, time64_t mtime) argument
576 if (modtime != mtime) {
577 printk(KERN_ERR "mtime mismatch (%lld vs %lld) of COW header vs "
578 "backing file\n", mtime, modtime);
620 time64_t mtime; local
654 err = read_cow_header(file_reader, &fd, &version, &backing_file, &mtime,
669 mtime)) {
680 err = backing_file_mismatch(*backing_file_out, size, mtime);
[all...]
/linux-master/fs/smb/client/
H A Dfscache.h53 struct timespec64 mtime = inode_get_mtime(inode); local
56 cd->last_write_time_sec = cpu_to_le64(mtime.tv_sec);
57 cd->last_write_time_nsec = cpu_to_le32(mtime.tv_nsec);
/linux-master/usr/
H A Dgen_init_cpio.c91 (long) 0, /* mtime */
123 (long) default_mtime, /* mtime */
172 (long) default_mtime, /* mtime */
266 (long) default_mtime, /* mtime */
333 time_t mtime; local
353 mtime = default_mtime;
355 mtime = buf.st_mtime;
356 if (mtime > 0xffffffff) {
359 mtime = 0xffffffff;
362 if (mtime <
[all...]
/linux-master/fs/f2fs/
H A Dgc.c337 unsigned long long mtime = 0; local
345 mtime += get_seg_entry(sbi, start + i)->mtime;
348 mtime = div_u64(mtime, usable_segs_per_sec);
354 if (mtime < sit_i->min_mtime)
355 sit_i->min_mtime = mtime;
356 if (mtime > sit_i->max_mtime)
357 sit_i->max_mtime = mtime;
359 age = 100 - div64_u64(100 * (mtime
420 __lookup_victim_entry(struct f2fs_sb_info *sbi, unsigned long long mtime) argument
438 __create_victim_entry(struct f2fs_sb_info *sbi, unsigned long long mtime, unsigned int segno) argument
455 __insert_victim_entry(struct f2fs_sb_info *sbi, unsigned long long mtime, unsigned int segno) argument
490 unsigned long long mtime = 0; local
[all...]
H A Dgc.h62 unsigned long long mtime; /* mtime of section */ member in struct:victim_entry
H A Dsegment.h189 unsigned long long age; /* mtime of GCed section*/
208 unsigned long long mtime; /* modification time of the segment */ member in struct:seg_entry
375 se->mtime = le64_to_cpu(rs->mtime);
385 rs->mtime = cpu_to_le64(se->mtime);
/linux-master/include/linux/
H A Dstat.h48 struct timespec64 mtime; member in struct:kstat
/linux-master/fs/hostfs/
H A Dhostfs_user.c33 p->mtime.tv_sec = buf->st_mtime;
34 p->mtime.tv_nsec = 0;
247 times[1].tv_sec = st.mtime.tv_sec;
248 times[1].tv_usec = st.mtime.tv_nsec / 1000;
271 attrs->ia_mtime = st.mtime;
H A Dhostfs.h63 struct hostfs_timespec atime, mtime, ctime; member in struct:hostfs_stat
/linux-master/fs/hfs/
H A Dcatalog.c38 __be32 mtime = hfs_mtime(); local
44 rec->dir.CrDat = mtime;
45 rec->dir.MdDat = mtime;
56 rec->file.CrDat = mtime;
57 rec->file.MdDat = mtime;
/linux-master/fs/
H A Dstat.c61 stat->mtime = inode_get_mtime(inode);
348 tmp.st_mtime = stat->mtime.tv_sec;
425 tmp.st_mtime = stat->mtime.tv_sec;
429 tmp.st_mtime_nsec = stat->mtime.tv_nsec;
568 tmp.st_mtime = stat->mtime.tv_sec;
569 tmp.st_mtime_nsec = stat->mtime.tv_nsec;
652 tmp.stx_mtime.tv_sec = stat->mtime.tv_sec;
653 tmp.stx_mtime.tv_nsec = stat->mtime.tv_nsec;
741 tmp.st_mtime = stat->mtime.tv_sec;
742 tmp.st_mtime_nsec = stat->mtime
[all...]
/linux-master/net/ceph/
H A Dcls_lock_client.c38 struct timespec64 mtime; local
68 memset(&mtime, 0, sizeof(mtime));
69 ceph_encode_timespec64(p, &mtime);
/linux-master/include/linux/ceph/
H A Dceph_fs.h421 struct ceph_timespec mtime; member in struct:ceph_mds_request_args::__anon275
480 struct ceph_timespec mtime; member in struct:ceph_mds_request_args_ext::__anon284
592 struct ceph_timespec ctime, mtime, atime; member in struct:ceph_mds_reply_inode
804 struct ceph_timespec mtime, atime, ctime; member in struct:ceph_mds_caps
862 struct ceph_timespec mtime, atime; member in struct:ceph_mds_cap_reconnect_v1
/linux-master/include/uapi/linux/
H A Dfuse.h268 uint64_t mtime; member in struct:fuse_attr
308 struct fuse_sx_time mtime; member in struct:fuse_statx
752 uint64_t mtime; member in struct:fuse_setattr_in
H A Djffs2.h130 /* The uid, gid, atime, mtime and ctime members could be longer, but
148 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
/linux-master/fs/nfs/
H A Dcallback.h58 struct timespec64 mtime; member in struct:cb_getattrres
/linux-master/fs/fuse/
H A Dreaddir.c464 * cache; both cases require an up-to-date mtime value.
477 /* Starting cache? Set cache mtime. */
479 fi->rdc.mtime = inode_get_mtime(inode);
491 struct timespec64 mtime = inode_get_mtime(inode); local
494 !timespec64_equal(&fi->rdc.mtime, &mtime)) {
/linux-master/arch/sparc/kernel/
H A Dsys_sparc32.c84 err |= put_user(stat->mtime.tv_sec, &statbuf->st_mtime);
85 err |= put_user(stat->mtime.tv_nsec, &statbuf->st_mtime_nsec);
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c151 unsafe_put_user(stat->mtime.tv_sec, &ubuf->st_mtime, Efault);
152 unsafe_put_user(stat->mtime.tv_nsec, &ubuf->st_mtime_nsec, Efault);
/linux-master/fs/jffs2/
H A Dfile.c172 ri.atime = ri.ctime = ri.mtime = cpu_to_je32(JFFS2_NOW());
295 ri->atime = ri->ctime = ri->mtime = cpu_to_je32(JFFS2_NOW());
/linux-master/fs/nfsd/
H A Dblocklayout.c120 struct timespec64 mtime = inode_get_mtime(inode); local
126 timespec64_compare(&lcp->lc_mtime, &mtime) < 0)
/linux-master/fs/afs/
H A Dyfsclient.c91 s64 mtime = linux_to_yfs_time(t); local
98 x->mtime_client = u64_to_xdr(mtime);
268 s64 mtime = 0, owner = 0, group = 0; local
274 mtime = linux_to_yfs_time(&attr->ia_mtime);
294 x->mtime_client = u64_to_xdr(mtime);
575 bp = xdr_encode_YFSStoreStatus(bp, &op->create.mode, &op->mtime);
625 bp = xdr_encode_YFSStoreStatus(bp, &op->create.mode, &op->mtime);
978 bp = xdr_encode_YFSStoreStatus(bp, &mode, &op->mtime);
1111 bp = xdr_encode_YFSStoreStatus(bp, NULL, &op->mtime);

Completed in 304 milliseconds

12345