Lines Matching refs:mtime
594 struct timespec *mtime, struct timespec *atime) in ceph_fill_file_time() argument
615 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time()
618 inode->i_mtime = *mtime; in ceph_fill_file_time()
623 if (timespec_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
627 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time()
628 inode->i_mtime = *mtime; in ceph_fill_file_time()
646 inode->i_mtime = *mtime; in ceph_fill_file_time()
673 struct timespec mtime, atime, ctime; in fill_inode() local
747 ceph_decode_timespec(&mtime, &info->mtime); in fill_inode()
751 &ctime, &mtime, &atime); in fill_inode()
1902 ceph_encode_timespec(&req->r_args.setattr.mtime, in ceph_setattr()