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

12

/fs/squashfs/
H A Dsquashfs_fs.h279 __le32 mtime; member in struct:squashfs_base_inode
288 __le32 mtime; member in struct:squashfs_ipc_inode
298 __le32 mtime; member in struct:squashfs_lipc_inode
309 __le32 mtime; member in struct:squashfs_dev_inode
320 __le32 mtime; member in struct:squashfs_ldev_inode
332 __le32 mtime; member in struct:squashfs_symlink_inode
344 __le32 mtime; member in struct:squashfs_reg_inode
358 __le32 mtime; member in struct:squashfs_lreg_inode
375 __le32 mtime; member in struct:squashfs_dir_inode
389 __le32 mtime; member in struct:squashfs_ldir_inode
[all...]
/fs/f2fs/
H A Dgc.c210 unsigned long long mtime = 0; local
217 mtime += get_seg_entry(sbi, start + i)->mtime;
220 mtime = div_u64(mtime, sbi->segs_per_sec);
226 if (mtime < sit_i->min_mtime)
227 sit_i->min_mtime = mtime;
228 if (mtime > sit_i->max_mtime)
229 sit_i->max_mtime = mtime;
231 age = 100 - div64_u64(100 * (mtime
[all...]
H A Dsegment.h167 unsigned long long mtime; /* modification time of the segment */ member in struct:seg_entry
302 se->mtime = le64_to_cpu(rs->mtime);
314 rs->mtime = cpu_to_le64(se->mtime);
H A Dsegment.c618 se->mtime = get_mtime(sbi);
619 SIT_I(sbi)->max_mtime = se->mtime;
2025 unsigned long long mtime = 0; local
2028 mtime += get_seg_entry(sbi, segno + i)->mtime;
2030 mtime = div_u64(mtime, sbi->segs_per_sec);
2032 if (sit_i->min_mtime > mtime)
2033 sit_i->min_mtime = mtime;
/fs/hostfs/
H A Dhostfs_user.c33 p->mtime.tv_sec = buf->st_mtime;
34 p->mtime.tv_nsec = 0;
251 times[1].tv_sec = st.mtime.tv_sec;
252 times[1].tv_usec = st.mtime.tv_nsec / 1000;
275 attrs->ia_mtime = st.mtime;
H A Dhostfs.h58 struct timespec atime, mtime, ctime; member in struct:hostfs_stat
/fs/nfs/
H A Dfscache-index.c159 struct timespec mtime; member in struct:nfs_fscache_inode_auxdata
210 auxdata.mtime = nfsi->vfs_inode.i_mtime;
242 auxdata.mtime = nfsi->vfs_inode.i_mtime;
H A Dcallback.h75 struct timespec mtime; member in struct:cb_getattrres
/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;
/fs/
H A Dstat.c32 stat->mtime = inode->i_mtime;
172 tmp.st_mtime = stat->mtime.tv_sec;
254 tmp.st_mtime = stat->mtime.tv_sec;
258 tmp.st_mtime_nsec = stat->mtime.tv_nsec;
390 tmp.st_mtime = stat->mtime.tv_sec;
391 tmp.st_mtime_nsec = stat->mtime.tv_nsec;
/fs/ceph/
H A Dcache.c28 struct timespec mtime; member in struct:ceph_aux_inode
108 aux.mtime = inode->i_mtime;
136 aux.mtime = inode->i_mtime;
H A Dinode.c533 * Helpers to fill in size, ctime, mtime, and atime. We have to be
536 * time_warp_seq or truncate_seq have increased. (Ordinarily, mtime
592 struct timespec *mtime, struct timespec *atime)
610 dout("mtime %ld.%09ld -> %ld.%09ld "
613 mtime->tv_sec, mtime->tv_nsec,
616 inode->i_mtime = *mtime;
621 if (timespec_compare(mtime, &inode->i_mtime) > 0) {
622 dout("mtime %ld.%09ld -> %ld.%09ld inc\n",
625 mtime
590 ceph_fill_file_time(struct inode *inode, int issued, u64 time_warp_seq, struct timespec *ctime, struct timespec *mtime, struct timespec *atime) argument
671 struct timespec mtime, atime, ctime; local
[all...]
H A Dsuper.h160 struct timespec mtime, atime, ctime; member in struct:ceph_cap_snap
679 * sync write (that may/may not still update size, mtime, etc.).
702 struct timespec *mtime, struct timespec *atime);
H A Dfile.c34 * for writeback: since the MDS can recover size and mtime there is no
570 struct timespec mtime = CURRENT_TIME; local
630 ceph_osdc_build_request(req, pos, snapc, vino.snap, &mtime);
686 struct timespec mtime = CURRENT_TIME; local
762 ceph_osdc_build_request(req, pos, snapc, vino.snap, &mtime);
H A Dcaps.c31 * mtime), note its dirty state in the ceph_cap, and asynchronously
973 struct timespec *mtime, struct timespec *atime,
1013 if (mtime)
1014 ceph_encode_timespec(&fc->mtime, mtime);
1117 struct timespec mtime, atime; variable in typeref:struct:timespec
1199 mtime = inode->i_mtime;
1216 size, max_size, &mtime, &atime, time_warp_seq,
1335 &capsnap->mtime, &capsnap->atime,
1876 * can recover size and mtime, s
968 send_cap_msg(struct ceph_mds_session *session, u64 ino, u64 cid, int op, int caps, int wanted, int dirty, u32 seq, u64 flush_tid, u32 issue_seq, u32 mseq, u64 size, u64 max_size, struct timespec *mtime, struct timespec *atime, u64 time_warp_seq, kuid_t uid, kgid_t gid, umode_t mode, u64 xattr_version, struct ceph_buffer *xattrs_buf, u64 follows) argument
2398 struct timespec mtime, atime, ctime; variable in typeref:struct:timespec
[all...]
/fs/jffs2/
H A Dfile.c188 ri.atime = ri.ctime = ri.mtime = cpu_to_je32(get_seconds());
293 ri->atime = ri->ctime = ri->mtime = cpu_to_je32(get_seconds());
H A Dfs.c115 ri->mtime = cpu_to_je32(I_SEC((ivalid & ATTR_MTIME)?iattr->ia_mtime:inode->i_mtime));
150 inode->i_mtime = ITIME(je32_to_cpu(ri->mtime));
286 inode->i_mtime = ITIME(je32_to_cpu(latest_node.mtime));
478 ri->atime = ri->mtime = ri->ctime = cpu_to_je32(I_SEC(inode->i_mtime));
H A Dgc.c806 ri.mtime = cpu_to_je32(JFFS2_F_I_MTIME(f));
972 /* FIXME: If we're deleting a dirent which contains the current mtime and ctime,
1077 ri.mtime = cpu_to_je32(JFFS2_F_I_MTIME(f));
1348 ri.mtime = cpu_to_je32(JFFS2_F_I_MTIME(f));
/fs/ncpfs/
H A Ddir.c447 time_t mtime = 0; local
477 mtime = ncp_obtain_mtime(dentry);
479 if ((!mtime) || (mtime != ctl.head.mtime))
539 mtime = ncp_obtain_mtime(dentry);
542 ctl.head.mtime = mtime;
H A Dncplib_kernel.h218 time_t mtime; member in struct:ncp_cache_head
/fs/9p/
H A Dvfs_inode.c222 wstat->mtime = ~0;
1113 wstat.mtime = iattr->ia_mtime.tv_sec;
1170 inode->i_mtime.tv_sec = stat->mtime;
1171 inode->i_ctime.tv_sec = stat->mtime;
/fs/overlayfs/
H A Dcopy_up.c165 .ia_mtime = stat->mtime,
/fs/fuse/
H A Ddir.c895 attr->mtime = inode->i_mtime.tv_sec;
910 stat->mtime.tv_sec = attr->mtime;
911 stat->mtime.tv_nsec = attr->mtimensec;
1538 /* Always update if mtime is explicitly set */
1576 arg->mtime = iattr->ia_mtime.tv_sec;
1669 inarg.mtime = inode->i_mtime.tv_sec;
H A Dinode.c174 /* mtime from server may be stale due to local buffered write */
176 inode->i_mtime.tv_sec = attr->mtime;
236 .tv_sec = attr->mtime,
241 * Auto inval mode also checks and invalidates if mtime
257 inode->i_mtime.tv_sec = attr->mtime;
/fs/nfsd/
H A Dnfs3xdr.c183 p = encode_time3(p, &stat->mtime);
213 lease_get_mtime(dentry->d_inode, &stat.mtime);
632 &resp->stat.mtime);

Completed in 163 milliseconds

12