Lines Matching full:mtime
749 * Helpers to fill in size, ctime, mtime, and atime. We have to be
752 * time_warp_seq or truncate_seq have increased. (Ordinarily, mtime
830 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument
852 doutc(cl, "mtime %lld.%09ld -> %lld.%09ld tw %d -> %d\n", in ceph_fill_file_time()
855 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time()
858 inode_set_mtime_to_ts(inode, *mtime); in ceph_fill_file_time()
866 if (timespec64_compare(mtime, &ts) > 0) { in ceph_fill_file_time()
867 doutc(cl, "mtime %lld.%09ld -> %lld.%09ld inc\n", in ceph_fill_file_time()
869 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time()
870 inode_set_mtime_to_ts(inode, *mtime); in ceph_fill_file_time()
888 inode_set_mtime_to_ts(inode, *mtime); in ceph_fill_file_time()
949 struct timespec64 mtime, atime, ctime; in ceph_fill_inode() local
1082 /* be careful with mtime, atime, size */ in ceph_fill_inode()
1084 ceph_decode_timespec64(&mtime, &info->mtime); in ceph_fill_inode()
1088 &ctime, &mtime, &atime); in ceph_fill_inode()
2680 struct timespec64 mtime = inode_get_mtime(inode); in __ceph_setattr() local
2682 doutc(cl, "%p %llx.%llx mtime %lld.%09ld -> %lld.%09ld\n", in __ceph_setattr()
2684 mtime.tv_sec, mtime.tv_nsec, in __ceph_setattr()
2691 timespec64_compare(&mtime, &attr->ia_mtime) < 0) { in __ceph_setattr()
2695 !timespec64_equal(&mtime, &attr->ia_mtime)) { in __ceph_setattr()
2696 ceph_encode_timespec64(&req->r_args.setattr.mtime, in __ceph_setattr()