Searched refs:mtime (Results 51 - 75 of 101) sorted by path

12345

/linux-master/fs/jffs2/
H A Dreadinode.c1212 latest_node->atime = latest_node->ctime = latest_node->mtime = cpu_to_je32(0);
1241 latest_node->ctime = latest_node->mtime = cpu_to_je32(rii.latest_mctime);
/linux-master/fs/nfs/
H A Dcallback.h58 struct timespec64 mtime; member in struct:cb_getattrres
H A Dcallback_proc.c63 res->mtime = inode_get_mtime(inode);
H A Dcallback_xdr.c28 /* change, size, ctime, mtime */\
705 status = encode_attr_mtime(xdr, res->bitmap, &res->mtime);
H A Dinode.c534 inode_set_mtime_to_ts(inode, fattr->mtime);
761 inode_set_mtime_to_ts(inode, fattr->mtime);
857 /* Flush out writes to the server in order to update c/mtime/version. */
1458 inode_set_mtime_to_ts(inode, fattr->mtime);
1476 * also update the ctime/mtime/change_attribute.
1510 if ((fattr->valid & NFS_ATTR_FATTR_MTIME) && !timespec64_equal(&ts, &fattr->mtime))
2187 inode_set_mtime_to_ts(inode, fattr->mtime);
H A Dnfs2xdr.c261 * timeval mtime;
305 p = xdr_decode_time(p, &fattr->mtime);
327 * timeval mtime;
H A Dnfs3xdr.c522 * nfstime3 mtime;
533 * set_mtime mtime;
619 * nfstime3 mtime;
653 p = xdr_decode_nfstime3(p, &fattr->mtime);
694 * nfstime3 mtime;
H A Dnfs4xdr.c4282 dprintk("%s: mtime=%lld\n", __func__, time->tv_sec);
4747 status = decode_attr_time_modify(xdr, bitmap, &fattr->mtime);
/linux-master/fs/nfsd/
H A Dblocklayout.c120 struct timespec64 mtime = inode_get_mtime(inode); local
126 timespec64_compare(&lcp->lc_mtime, &mtime) < 0)
H A Dnfs3xdr.c380 p = encode_nfstime3(p, &stat->mtime);
444 lease_get_mtime(d_inode(dentry), &stat.mtime);
746 lease_get_mtime(d_inode(resp->fh.fh_dentry), &resp->stat.mtime);
H A Dnfs4xdr.c3284 return nfsd4_encode_nfstime4(xdr, &args->stat.mtime);
H A Dnfsfh.c636 fhp->fh_pre_mtime = stat.mtime;
687 fhp->fh_pre_mtime = fhp->fh_post_attr.mtime;
H A Dnfsxdr.c187 * Passing the invalid value useconds=1000000 for mtime
188 * is a Sun convention for "set both mtime and atime to
263 time = stat->mtime;
/linux-master/fs/ocfs2/
H A Dfile.c237 struct timespec64 mtime = inode_get_mtime(inode); local
239 if ((timespec64_compare(&atime, &mtime) <= 0) ||
2036 * We update c/mtime for these changes
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h470 sys_attr.mtime = 0; \
H A Dorangefs-utils.c165 attrs->mtime = (time64_t) inode_get_mtime_sec(inode);
364 (time64_t)new_op->downcall.resp.getattr.attributes.mtime,
/linux-master/fs/overlayfs/
H A Dcopy_up.c370 .ia_mtime = stat->mtime,
H A Dfile.c231 /* Update size/mtime */
239 struct timespec64 mtime, umtime; local
252 mtime = inode_get_mtime(inode);
254 if ((!timespec64_equal(&mtime, &umtime)) ||
/linux-master/fs/smb/client/
H A Dcifsproto.h418 __u64 mtime; member in struct:cifs_unix_set_info_args
H A Dcifssmb.c5433 data_offset->LastModificationTime = cpu_to_le64(args->mtime);
H A Ddir.c348 .mtime = NO_CHANGE_64,
H A Dfile.c295 struct timespec64 atime, mtime; local
298 /* we do not want atime to be less than mtime, it broke some apps */
300 mtime = inode_get_mtime(inode);
301 if (timespec64_compare(&atime, &mtime))
307 /* Indication to update ctime and mtime as close is deferred */
1081 .mtime = NO_CHANGE_64,
2898 * if we don't have level II oplock because the server can delay mtime
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);
H A Dinode.c99 struct timespec64 mtime; local
117 /* revalidate if mtime or size have changed */
119 mtime = inode_get_mtime(inode);
120 if (timespec64_equal(&mtime, &fattr->cf_mtime) &&
182 /* we do not want atime to be less than mtime, it broke some apps */
1925 .mtime = NO_CHANGE_64,
2616 * has actual ctime, mtime and file length.
2926 args->mtime = cifs_UnixTimeToNT(attrs->ia_mtime);
2928 args->mtime = NO_CHANGE_64;
H A Dsmb1ops.c1055 .mtime = NO_CHANGE_64,

Completed in 481 milliseconds

12345