Searched refs:mtime (Results 1 - 25 of 101) sorted by last modified time

12345

/linux-master/fs/nfsd/
H A Dnfs4xdr.c3284 return nfsd4_encode_nfstime4(xdr, &args->stat.mtime);
/linux-master/fs/nfs/
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);
/linux-master/fs/9p/
H A Dvfs_inode.c211 wstat->mtime = ~0;
1018 wstat.mtime = iattr->ia_mtime.tv_sec;
1089 inode_set_mtime(inode, stat->mtime, 0);
1090 inode_set_ctime(inode, stat->mtime, 0);
/linux-master/fs/btrfs/
H A Dinode.c3816 inode_set_mtime(inode, btrfs_timespec_sec(leaf, &inode_item->mtime),
3817 btrfs_timespec_nsec(leaf, &inode_item->mtime));
3983 btrfs_set_token_timespec_sec(&token, &item->mtime,
3985 btrfs_set_token_timespec_nsec(&token, &item->mtime,
6528 * If we are replaying a log tree, we do not want to update the mtime
8938 /* Update inode version and ctime/mtime. */
H A Ddelayed-inode.c1855 btrfs_set_stack_timespec_sec(&inode_item->mtime,
1857 btrfs_set_stack_timespec_nsec(&inode_item->mtime,
1909 inode_set_mtime(inode, btrfs_stack_timespec_sec(&inode_item->mtime),
1910 btrfs_stack_timespec_nsec(&inode_item->mtime));
/linux-master/fs/smb/server/
H A Dvfs.c1668 time = ksmbd_UnixTimeToNT(kstat->mtime);
H A Dsmb2pdu.c3539 time = ksmbd_UnixTimeToNT(stat.mtime);
3965 time = ksmbd_UnixTimeToNT(ksmbd_kstat->kstat->mtime);
4742 time = ksmbd_UnixTimeToNT(stat.mtime);
4827 time = ksmbd_UnixTimeToNT(stat.mtime);
5027 time = ksmbd_UnixTimeToNT(stat.mtime);
5139 time = ksmbd_UnixTimeToNT(stat.mtime);
5758 time = ksmbd_UnixTimeToNT(stat.mtime);
/linux-master/fs/smb/client/
H A Dcifsproto.h416 __u64 mtime; member in struct:cifs_unix_set_info_args
H A Dinode.c86 struct timespec64 mtime; local
104 /* revalidate if mtime or size have changed */
106 mtime = inode_get_mtime(inode);
107 if (timespec64_equal(&mtime, &fattr->cf_mtime) &&
169 /* we do not want atime to be less than mtime, it broke some apps */
1910 .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,
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 Dfile.c891 .mtime = NO_CHANGE_64,
2962 /* Indication to update ctime and mtime as close is deferred */
3237 /* Indication to update ctime and mtime as close is deferred */
4382 * if we don't have level II oplock because the server can delay mtime
4788 struct timespec64 atime, mtime; local
4807 /* we do not want atime to be less than mtime, it broke some apps */
4809 mtime = inode_get_mtime(inode);
4810 if (timespec64_compare(&atime, &mtime) < 0)
H A Ddir.c348 .mtime = NO_CHANGE_64,
H A Dcifssmb.c5427 data_offset->LastModificationTime = cpu_to_le64(args->mtime);
/linux-master/fs/bcachefs/
H A Dfs.c842 stat->mtime = inode_get_mtime(&inode->v);
/linux-master/fs/squashfs/
H A Dinode.c65 inode_set_mtime(inode, le32_to_cpu(sqsh_ino->mtime), 0);
/linux-master/fs/fuse/
H A Dinode.c234 /* mtime from server may be stale due to local buffered write */
236 inode_set_mtime(inode, attr->mtime, attr->mtimensec);
310 * In case of writeback_cache enabled, writes update mtime, ctime and
319 attr->mtime = inode_get_mtime_sec(inode);
355 .tv_sec = attr->mtime,
360 * Auto inval mode also checks and invalidates if mtime
387 inode_set_mtime(inode, attr->mtime, attr->mtimensec);
1527 struct timespec64 mtime = inode_get_mtime(&fi->inode); local
1535 .mtime = mtime
[all...]
H A Dfuse_i.h165 struct timespec64 mtime; member in struct:fuse_inode::__anon39::__anon41
H A Ddir.c1146 stat->mtime.tv_sec = attr->mtime;
1147 stat->mtime.tv_nsec = attr->mtimensec;
1168 attr->mtime = sx->mtime.tv_sec;
1171 attr->mtimensec = sx->mtime.tv_nsec;
1725 /* Always update if mtime is explicitly set */
1763 arg->mtime = iattr->ia_mtime.tv_sec;
1847 inarg.mtime = inode_get_mtime_sec(inode);
/linux-master/fs/ceph/
H A Dmds_client.c4545 ceph_encode_timespec64(&rec.v1.mtime, &ts);
H A Dcaps.c35 * mtime), note its dirty state in the ceph_cap, and asynchronously
1241 struct timespec64 atime, mtime, ctime, btime; member in struct:cap_msg_args
1299 ceph_encode_timespec64(&fc->mtime, &arg->mtime);
1461 arg->mtime = inode_get_mtime(inode);
1583 arg.mtime = capsnap->mtime;
2508 * can recover size and mtime, so we don't need to
2866 * can get a final snapshot value for size+mtime.
3620 struct timespec64 mtime, atim variable in typeref:struct:timespec64
[all...]
/linux-master/net/9p/
H A Dclient.c1695 "<<< mode=%8.8x atime=%8.8x mtime=%8.8x length=%llx\n"
1700 ret->atime, ret->mtime, ret->length,
1782 /* mode[4] atime[4] mtime[4] length[8]*/
1818 " mode=%8.8x atime=%8.8x mtime=%8.8x length=%llx\n"
1823 wst->mode, wst->atime, wst->mtime, wst->length,
/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/vboxsf/
H A Dutils.c197 struct timespec64 mtime, prev_mtime; local
228 mtime = inode_get_mtime(inode);
229 if (timespec64_compare(&mtime, &prev_mtime) > 0)
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c4872 unsigned long wtime, mtime, cs84xx_time; local
4896 mtime = jiffies + (min_wait * HZ);
4934 mtime += cs84xx_time;
4958 if (time_after_eq(jiffies, mtime)) {
4968 if (time_after_eq(jiffies, mtime) ||

Completed in 519 milliseconds

12345