Lines Matching refs:mtime
678 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument
701 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time()
704 inode->i_mtime = *mtime; in ceph_fill_file_time()
709 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
713 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time()
714 inode->i_mtime = *mtime; in ceph_fill_file_time()
732 inode->i_mtime = *mtime; in ceph_fill_file_time()
758 struct timespec64 mtime, atime, ctime; in ceph_fill_inode() local
877 ceph_decode_timespec64(&mtime, &info->mtime); in ceph_fill_inode()
881 &ctime, &mtime, &atime); in ceph_fill_inode()
2138 ceph_encode_timespec64(&req->r_args.setattr.mtime, in __ceph_setattr()