Lines Matching refs:mtime
654 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument
677 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time()
680 inode->i_mtime = *mtime; in ceph_fill_file_time()
685 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
689 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time()
690 inode->i_mtime = *mtime; in ceph_fill_file_time()
708 inode->i_mtime = *mtime; in ceph_fill_file_time()
735 struct timespec64 mtime, atime, ctime; in fill_inode() local
833 ceph_decode_timespec64(&mtime, &info->mtime); in fill_inode()
837 &ctime, &mtime, &atime); in fill_inode()
2133 ceph_encode_timespec64(&req->r_args.setattr.mtime, in __ceph_setattr()