Lines Matching refs:mtime
672 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument
695 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time()
698 inode->i_mtime = *mtime; in ceph_fill_file_time()
703 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
707 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time()
708 inode->i_mtime = *mtime; in ceph_fill_file_time()
726 inode->i_mtime = *mtime; in ceph_fill_file_time()
752 struct timespec64 mtime, atime, ctime; in ceph_fill_inode() local
852 ceph_decode_timespec64(&mtime, &info->mtime); in ceph_fill_inode()
856 &ctime, &mtime, &atime); in ceph_fill_inode()
2176 ceph_encode_timespec64(&req->r_args.setattr.mtime, in __ceph_setattr()