Lines Matching refs:mtime
662 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument
685 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time()
688 inode->i_mtime = *mtime; in ceph_fill_file_time()
693 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
697 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time()
698 inode->i_mtime = *mtime; in ceph_fill_file_time()
716 inode->i_mtime = *mtime; in ceph_fill_file_time()
743 struct timespec64 mtime, atime, ctime; in fill_inode() local
824 ceph_decode_timespec64(&mtime, &info->mtime); in fill_inode()
828 &ctime, &mtime, &atime); in fill_inode()
2064 ceph_encode_timespec64(&req->r_args.setattr.mtime, in __ceph_setattr()