Lines Matching refs:mtime
658 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument
681 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time()
684 inode->i_mtime = *mtime; in ceph_fill_file_time()
689 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
693 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time()
694 inode->i_mtime = *mtime; in ceph_fill_file_time()
712 inode->i_mtime = *mtime; in ceph_fill_file_time()
739 struct timespec64 mtime, atime, ctime; in fill_inode() local
834 ceph_decode_timespec64(&mtime, &info->mtime); in fill_inode()
838 &ctime, &mtime, &atime); in fill_inode()
2133 ceph_encode_timespec64(&req->r_args.setattr.mtime, in __ceph_setattr()