| /linux/include/linux/ |
| H A D | time64.h | 62 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
|
| /linux/fs/ |
| H A D | inode.c | 2075 if (timespec64_compare(&mtime, &atime) >= 0) in relatime_need_update() 2081 if (timespec64_compare(&ctime, &atime) >= 0) in relatime_need_update() 2856 if (timespec64_compare(&now, &ctime) <= 0) { in inode_set_ctime_current() 2925 if (timespec64_compare(&update, &cur_ts) <= 0) in inode_set_ctime_deleg() 2931 if (timespec64_compare(&update, &now) > 0) in inode_set_ctime_deleg()
|
| /linux/arch/x86/xen/ |
| H A D | time.c | 118 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
| /linux/arch/arm/xen/ |
| H A D | enlighten.c | 117 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
| /linux/fs/nfsd/ |
| H A D | blocklayout.c | 187 timespec64_compare(&lcp->lc_mtime, &mtime) < 0) in nfsd4_block_commit_blocks()
|
| H A D | nfs4state.c | 9280 if (timespec64_compare(req, orig) <= 0) in nfsd4_vet_deleg_time() 9288 if (timespec64_compare(req, now) > 0) in nfsd4_vet_deleg_time()
|
| /linux/kernel/time/ |
| H A D | timekeeping.c | 1449 if (timespec64_compare(&tks->wall_to_monotonic, &ts_delta) > 0) { in do_settimeofday64() 1493 if (timespec64_compare(&tks->wall_to_monotonic, ts) > 0 || in __timekeeping_inject_offset() 1819 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init() 1970 } else if (timespec64_compare(&ts_new, &timekeeping_suspend_time) > 0) { in timekeeping_resume()
|
| /linux/fs/smb/client/ |
| H A D | dfs_cache.c | 113 return timespec64_compare(&ts, &ce->etime) >= 0; in cache_entry_expired() 462 timespec64_compare(&ce->etime, in purge_cache()
|
| H A D | inode.c | 186 if (timespec64_compare(&fattr->cf_atime, &fattr->cf_mtime) < 0) in cifs_fattr_to_inode()
|
| H A D | file.c | 305 if (timespec64_compare(&atime, &mtime)) in cifs_rreq_done()
|
| /linux/drivers/hv/ |
| H A D | hv_util.c | 363 if (timespec64_compare(&new_ts, &threshold_ts) >= 0) in hv_implicit_sync()
|
| /linux/fs/ceph/ |
| H A D | inode.c | 893 timespec64_compare(ctime, &ictime) > 0) { in ceph_fill_file_time() 908 if (timespec64_compare(mtime, &imtime) > 0) { in ceph_fill_file_time() 912 if (timespec64_compare(atime, &iatime) > 0) { in ceph_fill_file_time() 2702 timespec64_compare(&atime, in __ceph_setattr() 2777 timespec64_compare(&mtime, &attr->ia_mtime) < 0) { in __ceph_setattr()
|
| /linux/fs/vboxsf/ |
| H A D | utils.c | 229 if (timespec64_compare(&mtime, &prev_mtime) > 0) in vboxsf_inode_revalidate()
|
| /linux/fs/gfs2/ |
| H A D | glops.c | 426 if (timespec64_compare(&iatime, &atime) < 0) in gfs2_dinode_in()
|
| /linux/lib/kunit/ |
| H A D | test.c | 381 if (timespec64_compare(&duration, &slow_thr) < 0) in kunit_run_case_check_speed()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | ptp.c | 869 while ((timespec64_compare(&now.ts_real, &limit) < 0) && in efx_ptp_send_times() 879 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ptp.c | 856 while ((timespec64_compare(&now.ts_real, &limit) < 0) && in efx_ptp_send_times() 866 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
|
| /linux/fs/ocfs2/ |
| H A D | file.c | 240 if ((timespec64_compare(&atime, &mtime) <= 0) || in ocfs2_should_update_atime() 241 (timespec64_compare(&atime, &ctime) <= 0)) in ocfs2_should_update_atime()
|
| /linux/net/ceph/ |
| H A D | messenger.c | 1864 return timespec64_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()
|
| /linux/drivers/net/phy/ |
| H A D | nxp-c45-tja11xx.c | 736 if (ts_valid && timespec64_compare(&ts, &priv->extts_ts) != 0) { in nxp_c45_do_aux_work()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 6350 return timespec64_compare(now, &b) > 0; in is_base_time_past()
|