Lines Matching refs:mtime
815 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument
839 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time()
842 inode->i_mtime = *mtime; in ceph_fill_file_time()
847 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
851 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time()
852 inode->i_mtime = *mtime; in ceph_fill_file_time()
870 inode->i_mtime = *mtime; in ceph_fill_file_time()
924 struct timespec64 mtime, atime, ctime; in ceph_fill_inode() local
1057 ceph_decode_timespec64(&mtime, &info->mtime); in ceph_fill_inode()
1061 &ctime, &mtime, &atime); in ceph_fill_inode()
2641 ceph_encode_timespec64(&req->r_args.setattr.mtime, in __ceph_setattr()