Lines Matching refs:mtime
670 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument
693 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time()
696 inode->i_mtime = *mtime; in ceph_fill_file_time()
701 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
705 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time()
706 inode->i_mtime = *mtime; in ceph_fill_file_time()
724 inode->i_mtime = *mtime; in ceph_fill_file_time()
750 struct timespec64 mtime, atime, ctime; in ceph_fill_inode() local
848 ceph_decode_timespec64(&mtime, &info->mtime); in ceph_fill_inode()
852 &ctime, &mtime, &atime); in ceph_fill_inode()
2171 ceph_encode_timespec64(&req->r_args.setattr.mtime, in __ceph_setattr()