Searched refs:timespec_compare (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ |
D | time64.h | 47 # define timespec64_compare timespec_compare
|
D | time.h | 24 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare() function
|
/linux-4.1.27/fs/nfsd/ |
D | blocklayout.c | 159 timespec_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_proc_layoutcommit()
|
/linux-4.1.27/fs/ceph/ |
D | inode.c | 604 if (timespec_compare(ctime, &inode->i_ctime) > 0) { in ceph_fill_file_time() 623 if (timespec_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time() 630 if (timespec_compare(atime, &inode->i_atime) > 0) { in ceph_fill_file_time() 1798 timespec_compare(&inode->i_atime, in ceph_setattr() 1820 timespec_compare(&inode->i_mtime, in ceph_setattr()
|
/linux-4.1.27/arch/x86/xen/ |
D | time.c | 208 if (!was_set && timespec_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
/linux-4.1.27/fs/gfs2/ |
D | glops.c | 343 if (timespec_compare(&ip->i_inode.i_atime, &atime) < 0) in gfs2_dinode_in()
|
/linux-4.1.27/fs/ |
D | inode.c | 1525 if (timespec_compare(&inode->i_mtime, &inode->i_atime) >= 0) in relatime_need_update() 1530 if (timespec_compare(&inode->i_ctime, &inode->i_atime) >= 0) in relatime_need_update()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | ptp.c | 650 while ((timespec_compare(&now.ts_real, &limit) < 0) && in efx_ptp_send_times() 660 } while ((timespec_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
|
/linux-4.1.27/fs/ocfs2/ |
D | file.c | 245 if ((timespec_compare(&inode->i_atime, &inode->i_mtime) <= 0) || in ocfs2_should_update_atime() 246 (timespec_compare(&inode->i_atime, &inode->i_ctime) <= 0)) in ocfs2_should_update_atime()
|