Lines Matching refs:mtime
688 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument
711 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time()
714 inode->i_mtime = *mtime; in ceph_fill_file_time()
719 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
723 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time()
724 inode->i_mtime = *mtime; in ceph_fill_file_time()
742 inode->i_mtime = *mtime; in ceph_fill_file_time()
768 struct timespec64 mtime, atime, ctime; in ceph_fill_inode() local
887 ceph_decode_timespec64(&mtime, &info->mtime); in ceph_fill_inode()
891 &ctime, &mtime, &atime); in ceph_fill_inode()
2156 ceph_encode_timespec64(&req->r_args.setattr.mtime, in __ceph_setattr()