Home
last modified time | relevance | path

Searched refs:timespec64_compare (Results 1 – 21 of 21) sorted by relevance

/linux/include/linux/
H A Dtime64.h62 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
/linux/fs/
H A Dinode.c2075 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 Dtime.c118 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/linux/arch/arm/xen/
H A Denlighten.c117 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/linux/fs/nfsd/
H A Dblocklayout.c187 timespec64_compare(&lcp->lc_mtime, &mtime) < 0) in nfsd4_block_commit_blocks()
H A Dnfs4state.c9280 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 Dtimekeeping.c1449 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 Ddfs_cache.c113 return timespec64_compare(&ts, &ce->etime) >= 0; in cache_entry_expired()
462 timespec64_compare(&ce->etime, in purge_cache()
H A Dinode.c186 if (timespec64_compare(&fattr->cf_atime, &fattr->cf_mtime) < 0) in cifs_fattr_to_inode()
H A Dfile.c305 if (timespec64_compare(&atime, &mtime)) in cifs_rreq_done()
/linux/drivers/hv/
H A Dhv_util.c363 if (timespec64_compare(&new_ts, &threshold_ts) >= 0) in hv_implicit_sync()
/linux/fs/ceph/
H A Dinode.c893 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 Dutils.c229 if (timespec64_compare(&mtime, &prev_mtime) > 0) in vboxsf_inode_revalidate()
/linux/fs/gfs2/
H A Dglops.c426 if (timespec64_compare(&iatime, &atime) < 0) in gfs2_dinode_in()
/linux/lib/kunit/
H A Dtest.c381 if (timespec64_compare(&duration, &slow_thr) < 0) in kunit_run_case_check_speed()
/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c869 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 Dptp.c856 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 Dfile.c240 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 Dmessenger.c1864 return timespec64_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()
/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx.c736 if (ts_valid && timespec64_compare(&ts, &priv->extts_ts) != 0) { in nxp_c45_do_aux_work()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6350 return timespec64_compare(now, &b) > 0; in is_base_time_past()