Searched refs:timespec_compare (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ |
D | time.h | 24 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare() function
|
D | time64.h | 66 # define timespec64_compare timespec_compare
|
/linux-4.4.14/fs/nfsd/ |
D | blocklayout.c | 159 timespec_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_proc_layoutcommit()
|
/linux-4.4.14/arch/x86/xen/ |
D | time.c | 208 if (!was_set && timespec_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
/linux-4.4.14/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() 1874 timespec_compare(&inode->i_atime, in ceph_setattr() 1896 timespec_compare(&inode->i_mtime, in ceph_setattr()
|
/linux-4.4.14/fs/gfs2/ |
D | glops.c | 353 if (timespec_compare(&ip->i_inode.i_atime, &atime) < 0) in gfs2_dinode_in()
|
/linux-4.4.14/fs/ |
D | inode.c | 1543 if (timespec_compare(&inode->i_mtime, &inode->i_atime) >= 0) in relatime_need_update() 1548 if (timespec_compare(&inode->i_ctime, &inode->i_atime) >= 0) in relatime_need_update()
|
/linux-4.4.14/fs/ocfs2/ |
D | file.c | 249 if ((timespec_compare(&inode->i_atime, &inode->i_mtime) <= 0) || in ocfs2_should_update_atime() 250 (timespec_compare(&inode->i_atime, &inode->i_ctime) <= 0)) in ocfs2_should_update_atime()
|
/linux-4.4.14/net/ceph/ |
D | messenger.c | 3174 return timespec_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()
|